This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 623
Terminal
Joy Arulraj edited this page Nov 28, 2015
·
16 revisions
cd build
initdb ./data
pg_ctl -D ./data start
createuser -s -r postgres
psql postgres
help
pg_ctl -D ./data stop
[PSQL manual](http://www.postgresql.org/docs/9.5/static/app-psql.html)
[PSQL common usage](http://postgresguide.com/utilities/psql.html)