Postgresql startup script on RH9

Поиск
Список
Период
Сортировка
От Balazs Wellisch
Тема Postgresql startup script on RH9
Дата
Msg-id 007401c37f03$40dd72f0$3a00a8c0@MOBILE01
обсуждение исходный текст
Ответы Re: Postgresql startup script on RH9  (Oliver Fromme <olli@lurza.secnetix.de>)
Re: Postgresql startup script on RH9  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice

Hi all,

 

Can anyone please tell me how to modify the postgresql startup script to accept TCP/IP connections? This is on a Redh Hat 9 machine running Postgresql 7.3.4 RPM installation. The RPMs were compiled from the SRPM available at postgresql.org.

 

The script in question is: /etc/rc.d/init.d/postgresql

 

The relevent line, I think, is:

 

su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl  -D $PGDATA -p /usr/bin/postmaster -o '-p ${PGPORT}' start  > /dev/null 2>&1" < /dev/null

 

However, when I stick a –i  in there the server fails to start up. Can anyone tell me how to do this correctly?

 

TIA,

 

Balazs

 

 

 

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Jonathan Montgomery"
Дата:
Сообщение: Calling a plpgsql function using a trigger in pgadmin III
Следующее
От: Oliver Fromme
Дата:
Сообщение: Re: Postgresql startup script on RH9