Notes about PostgreSQL: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
m (1 revision)
(No difference)

Revision as of 20:55, 30 May 2009

installation

Windows

  • don't install as a service
initdb
"postgres" -D "petra"
psql 
 CREATE USER tom WITH PASSWORD 'myPassword';
nant createSQLStatements
nant recreateDatabase
nant resetDatabase