From: Steve D. <sd...@sw...> - 2001-06-19 20:50:07
|
Hi Oscar. I'm on Debian, so I do it through the postmaster.init file. I think you need to get what's below into your startup script or check the configuration file for the distribution that you're on. Your docs also might have more info. Sorry I can't be of more assistance. Steve > Try a: > postgres -c "/usr/bin/pg_ctl -0 '-i' -D $PGDATA -p > /usr/bin/postmaster > start >/dev/null 2>&1 > > |