postgresql.1.txt
author llbatlle@taga
Wed, 31 Dec 2008 12:09:04 +0100
changeset 4 3ecde21e0834
parent 0 c66307cca740
permissions -rw-r--r--
New commit from the office.

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>