I have been told on the Novice list that in order to start Postgres for an
Internet connection, it needs to have the -i flag set.
However, following the documentation, for RedHat automatic startups, I have
inserted the following language in my /etc/inittab file:
pg:2345:respawn:/bin/su - Postgres -c
"/usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data >>
/usr/local/pgsql/server.log 2>&1 </dev/null"
I would like to know how to edit this language so that Postgres will
automatically start with the -i flag.
This would enable me to work with the very interesing looking kpsql add-on,
which will not work unless I can set this -i flag.
Thanks in advance.
Regards,
Duncan C. Kinder
dckinder@mountain.net