5/09/2014

Postgresql: getting started

# service postgresql initdb
to create /var/lib/pgsql/data which contains pg_hba.conf

createdb

set password for postgres user

psql -h -d -u -W

No comments:

Post a Comment