Helpful Information
 
 
Category: PostgreSQL Help
startup with -i option

hello!

i have postgres on a linux machine and an init.d startup for postgres. can anyone post the modifyed line (126) from the startuo file so that the -i option is enabled??

thanks... eri5

Maybe this can help http://forums.devshed.com/showthread.php?threadid=16743&forumid=21

the following line starts up psql version 7.1 in a startup script:

su -l postgres -c "LC_ALL=C /usr/bin/pg_ctl -D $PGDATA -p /usr/bin/postmaster start >/dev/null 2>&1" < /dev/null

how do i change this line, so that the -i option is enalbled?? in other words, where shall i sqeeze the "-i" or is it on another line?

thanks,
eri5

su -l postgres -c "LC_ALL=C /usr/bin/pg_ctl -D $PGDATA -p /usr/bin/postmaster -i start >/dev/null 2>&1" < /dev/null










privacy (GDPR)