Re: [ADMIN] Unable to automaticly load Postmaster.

2002-12-02 Thread Rajesh Kumar Mallah.
if you are on linux copy contrib/start-scripts/linux /etc/rc.d/init.d/postgresql and as root do: # chkconfig --add postgresql # chkconfig postgresql start if that does not works out you can add following line in one of your start up scripts usually /etc/rc.d/rc.local su -l postgres -c "pg_c

[ADMIN] Unable to automaticly load Postmaster.

2002-12-01 Thread yudha
Dear Milist, I've tried to upgrading my PostgreSQL to 7.3. It's Cool, especialy for the SCHEMA and I've been working on it. But one thing about "Postmaster" is keeping me in headache. Should I write "postmaster -D My_database" on every single day ? Or Every I Restart My Server, Could