Re: starting Postgres with TCP/IP enabled

Поиск
Список
Период
Сортировка
От Jean-Christian Imbeault
Тема Re: starting Postgres with TCP/IP enabled
Дата
Msg-id 3F31D9D9.2060308@mega-bucks.co.jp
обсуждение исходный текст
Ответ на starting Postgres with TCP/IP enabled  (Sol <sol@autonomon.net>)
Ответы Re: starting Postgres with TCP/IP enabled  (Sol <sol@autonomon.net>)
Список pgsql-novice
Sol wrote:

> This can also be done with pg_ctl command. But how can this option be
> set by default so that when postgres is started at boot time, that
> TCP/IP connections are enabled already, so that it doesn't have to be
> done manually?

Edit postgres.conf in the data directory. You need to allow TCP/IP
connection (default is false) and uncomment the line with the port
number on it.

That should do it I think,

Jean-Christian Imbeault


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

Предыдущее
От: Sol
Дата:
Сообщение: starting Postgres with TCP/IP enabled
Следующее
От: "A.Bhuvaneswaran"
Дата:
Сообщение: Re: starting Postgres with TCP/IP enabled