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