Last active
August 7, 2019 10:06
-
-
Save asmega/9cdc2f790abeea468e8f11d534df6cbd to your computer and use it in GitHub Desktop.
postgres
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
PGDATA=/usr/local/var/postgres pg_ctl start | |
// psql client commands | |
SHOW server_version; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment