Re: pg_ctl question

Поиск
Список
Период
Сортировка
От jseymour@linxnet.com (Jim Seymour)
Тема Re: pg_ctl question
Дата
Msg-id 20040628215728.B054D430E@jimsun.linxnet.com
обсуждение исходный текст
Ответ на pg_ctl question  ("Jeff Stout" <jstout@cctus.com>)
Список pgsql-admin
"Jeff Stout" <jstout@cctus.com> wrote:
>
> I am using the /contrib/start-scripts/linux file to set
> up postgres to automatically restart upon reboot.
>
> I set it up /etc/init.d/postgres which calls pg_ctl
>
> pg_ctl invokes postmaster
>
> where do I set the -i option to allow tcp connection?
[snip]

Set "tcpip_socket = true" in $PGDATA/postgresql.conf and restart.

And you'll want to set up host entries in $PGDATA/pg_hba.conf, as
well.

Jim

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

Предыдущее
От: Jason Jahn
Дата:
Сообщение: Re: pg_ctl question
Следующее
От: Jose' Cruanyes
Дата:
Сообщение: Re: Change the character encoding of a database