Skip to content

Instantly share code, notes, and snippets.

@debasishg
Created March 23, 2019 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debasishg/74644036ac966adf13900cb96eb2b8e4 to your computer and use it in GitHub Desktop.
Save debasishg/74644036ac966adf13900cb96eb2b8e4 to your computer and use it in GitHub Desktop.
Postgresql howtos
# 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