Startup Script - Mailing list pgsql-general

From Duncan Kinder
Subject Startup Script
Date
Msg-id 079c01bf14e2$bfcfe320$02010101@duncan
Whole thread Raw
Responses Re: [GENERAL] Startup Script
Re: [GENERAL] Startup Script
List pgsql-general
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





pgsql-general by date:

Previous
From: "Aaron J. Seigo"
Date:
Subject: Re: [GENERAL] pl/pgsql and backend crashes
Next
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] stored procedure revisited