Created
March 23, 2019 19:44
-
-
Save debasishg/74644036ac966adf13900cb96eb2b8e4 to your computer and use it in GitHub Desktop.
Postgresql howtos
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
# start postgresql | |
pg_ctl -D /usr/local/var/postgres start | |
# stop postgresql | |
pg_ctl -D /usr/local/var/postgres stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment