postgres only in local socket

Поиск
Список
Период
Сортировка
От Developer
Тема postgres only in local socket
Дата
Msg-id 1240918440.18265.3.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: postgres only in local socket  (Bill Moran <wmoran@potentialtech.com>)
Re: postgres only in local socket  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-general
Hello,

In config:

> # - Connection Settings -
>
> #listen_addresses = 'localhost'         # what IP address(es) to listen on;
>                                         # comma-separated list of addresses;
>                                         # defaults to 'localhost', '*' = all
>                                         # (change requires restart)
> #port = 5432                            # (change requires restart)
> max_connections = 100                   # (change requires restart)
> # Note:  Increasing max_connections costs ~400 bytes of shared memory per.
> # connection slot, plus lock space (see max_locks_per_transaction).  You might
> # also need to raise shared_buffers to support more connections.
> #superuser_reserved_connections = 3     # (change requires restart)
> #unix_socket_directory = ''             # (change requires restart)
> #unix_socket_group = ''                 # (change requires restart)
> #unix_socket_permissions = 0777         # begin with 0 to use octal notation
>                                         # (change requires restart)
> #bonjour_name = ''                      # defaults to the computer name
>


With something like this, I can see using netstat:

> tcp        0      0 localhost.localdom:postgres *:*                         LISTEN
>


How to "listen" only in local socket?


--














--
--
Publicidad y Servicios http://www.pas-world.com
Directorio http://www.precioventa.com
Tienda http://informatica.precioventa.com
Autoridad certificadora http://ca.precioventa.com
--
--


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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: Web + Slicing/Paging datas
Следующее
От: Tim Uckun
Дата:
Сообщение: Re: Huge sample dataset for testing.