Search Postgresql Archives

Re: postgres only in local socket

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2009-04-28, Developer <dev002@xxxxxxxxxxxxx> wrote:
> Hello,
>
> In config:
>

>> #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)


> How to "listen" only in local socket?

listen_addresses=''

assuming you only want only local unix domain sockets (and not localhost TCP/IP)

that seems to work here.


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux