|
From: Jeff K. <jt...@ad...> - 2001-08-18 19:59:57
|
I see it now, postmaster is buried in the init.d script for RedHat. I have a PostgreSQL 7.1.32 installation on RH7.1, can I insert '-i' in the init.d script? My best guess where is the line: su -l postgres -s /bin/sh -c "/usr/bin/pgctl -D $PGDATA -p /ur/bin/postmaster start > /dev/null 2>&1" < /dev/null To which I tried to insert -i before and after the 'start' but that makes the startup script fail. Any suggestions? > You have to add the -i switch when you start postmaster. |