Created
November 12, 2020 14:15
-
-
Save amitk/8543ac8d2b0230473fc9785914f06ad5 to your computer and use it in GitHub Desktop.
steps to get to postgres on different systems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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