Skip to content

Instantly share code, notes, and snippets.

@amitk
Created November 12, 2020 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amitk/8543ac8d2b0230473fc9785914f06ad5 to your computer and use it in GitHub Desktop.
Save amitk/8543ac8d2b0230473fc9785914f06ad5 to your computer and use it in GitHub Desktop.
steps to get to postgres on different systems
# for linux and AWS systems enter below two commands one by one
sudo -i -u postgres
psql
# for mac
psql postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment