Re: Binding PostgreSQL to a specific ip address

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: Binding PostgreSQL to a specific ip address
Дата
Msg-id Pine.LNX.4.21.0203271545180.12184-100000@linuxworld.com.au
обсуждение исходный текст
Ответ на Binding PostgreSQL to a specific ip address  ("Alastair D'Silva" <deece@newmillennium.net.au>)
Ответы Re: Binding PostgreSQL to a specific ip address  ("Alastair D'Silva" <deece@newmillennium.net.au>)
Список pgsql-hackers
On Wed, 27 Mar 2002, Alastair D'Silva wrote:

> Is there any way to force PostgreSQL to bind to a specific IP address?
> 
> There doesn't seem to be anything about this in the docs, and if its not
> implemented, it would be a useful feature to have (and an easy one to
> implement).
(from runtime-config.html)
  VIRTUAL_HOST (string)         Specifies the TCP/IP hostname or address on which the         postmaster is to listen
forconnections from client         applications. Defaults to listening on all configured addresses         (including
localhost).

Gavin



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

Предыдущее
От: "Alastair D'Silva"
Дата:
Сообщение: Binding PostgreSQL to a specific ip address
Следующее
От: "Alastair D'Silva"
Дата:
Сообщение: Re: Binding PostgreSQL to a specific ip address