postgresql.1.txt
author viric@mandarina
Thu, 15 May 2008 19:00:38 +0200
changeset 1 840aebd2e31e
parent 0 c66307cca740
permissions -rw-r--r--
New pages

Set your database path:
  export PGDATA=/tmp/mydata
Init the database:
  initdb
Start the server:
  postgres

Create a database:
  createdb <dbname>

Access it:
  psql <dbname>