Re: [GENERAL] Startup Script
От
Herouth Maoz
Тема
Re: [GENERAL] Startup Script
Дата
Msg-id
l0313030bb42911d5880e@[147.233.159.109]
Ответ на
Startup Script (Duncan Kinder)
Список
Дерево обсуждения
Re: [GENERAL] Startup Script Chairudin Sentosa Harjo <chai@prima.net.id>
At 20:13 +0200 on 12/10/1999, Duncan Kinder wrote: > pg:2345:respawn:/bin/su - Postgres -c > "/usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data >> > /usr/local/pgsql/server.log 2>&1 > 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. Just add "-i" before the "-D" in the postmaster command. pg:2345:respawn:/bin/su - Postgres -c "/usr/local/pgsql/bin/postmaster -i -D/usr/local/pgsql/data >> /usr/local/pgsql/server.log 2>&1
В списке pgsql-general по дате отправления