Chander Ganesan wrote:
> Basically, if you try to use PostgreSQL as a local data store for a
> desktop app, you'll likely want to use socket connections.
> Unfortunately, if its a windows app, I'm not sure if there is much
> benefit to using a socket over tcp/ip . I thought at one point there
> was an issue with the windows socket implementation that made it less
> than ideal...but that might have been a long time ago....does anyone
> know?
>
PG on Windows doesn't support socket connections at all.