Created
July 8, 2015 11:27
-
-
Save katmutua/f97dc156e86cd485362a to your computer and use it in GitHub Desktop.
postgresql
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
| Manually start a server: | |
| ----------------------- | |
| pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start | |
| pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log stop | |
| pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log status | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment