| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Jeff Rule <Jeffrey(dot)Rule(at)demandtec(dot)com> |
| Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: unix domain sockets on Windows. |
| Date: | 2012-01-01 15:20:41 |
| Message-ID: | 1325431241.14249.2.camel@vanquo.pezone.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On lör, 2011-12-31 at 17:06 -0800, Jeff Rule wrote:
> Does the postgres server support listening on unix domain sockets on windows?
No.
> It seems to me that they do not, but this is not called out directly in the documentation.
>
> Listen_address in postgresql.conf
>
> listen_addresses = '' # what IP address(es) to listen on;
> # comma-separated list of addresses;
> # defaults to 'localhost', '*' = all
> # (change requires restart)
It says right there that it controls what *IP addresses* to listen to.
It does not have anything to do with Unix-domain sockets. There are
other options that control whether and where those are created.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | MirrorX | 2012-01-03 09:44:23 | system is swapping (not actively), why? |
| Previous Message | Jeff Rule | 2012-01-01 01:06:18 | unix domain sockets on Windows. |