Page 1 of 1

Start Postgres

Posted: Mon Mar 29, 2004 7:51 pm
by phppick
Hi,

I need to start the Postgres Database Server when System Starts. I am using MAC OS 10.2

I downloaded Postgres Startup Item from Entropy.ch. But its not working.

Here i am using this Command every morning when i start the System.

open Terminal.

# su postgres
# /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data -i

( I want to start with Network support).

I don't want to Start the Database everyday when i start the System, i need it to be Started automatically when i start my System. How can i do this??