
March 25th, 2002, 01:20 PM
|
|
Junior Member
|
|
Join Date: Mar 2002
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
some more info...
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
|