Startup Script

Поиск
Список
Период
Сортировка
От Duncan Kinder
Тема Startup Script
Дата
Msg-id 079c01bf14e2$bfcfe320$02010101@duncan
обсуждение исходный текст
Ответы Re: [GENERAL] Startup Script  (Herouth Maoz <herouth@oumail.openu.ac.il>)
Re: [GENERAL] Startup Script  (Dan Parker <danp@town.ipswich.ma.us>)
Список 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 по дате отправления:

Предыдущее
От: "Aaron J. Seigo"
Дата:
Сообщение: Re: [GENERAL] pl/pgsql and backend crashes
Следующее
От: Herouth Maoz
Дата:
Сообщение: Re: [GENERAL] stored procedure revisited