Child pages
  • PostgreSQL Primer

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using the bundled PostgreSQL (assuming you run this from within the application_server directory):

Code Block
postgres_db\bin\pg_ctl start -D database -l postgres_db\postgres_log.txt

...

Stopping PostgreSQL 

Using the bundled PostgreSQLPostgreSQL (assuming you run this from within the application_server directory):

Code Block
postgres_db\bin\pg_ctl stop -D database

...