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
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