|
From: Dieter S. <dsi...@sq...> - 2001-08-18 20:43:37
|
You probably have a postmaster.opts file. Add the switch to the file, you should not change startup scripts. Remember, when you upgrade Redhat again, you'll be wondering why the heck it doesn't work when it worked before. Dieter Simader http://www.sql-ledger.org (780) 472-8161 DWS Systems Inc. Accounting Software Fax: 478-5281 =========== On a clear disk you can seek forever =========== On Sat, 18 Aug 2001, Jeff Kowalczyk wrote: > 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. > > > |