Thread: odbc + unix sockets

odbc + unix sockets

From
Jefim Matskin
Date:
Hi,

I want to use the odbc to connect to the PostgresSQL server on a Unix box
from the same box.
Is there any possibility to use Unix sockets instead of tcpip?
If it is possible does anyone know how to configure it?

Thank you.
Jefim Matskin.

Re: odbc + unix sockets

From
Hiroshi Inoue
Date:
Jefim Matskin wrote:
>
> Hi,
>
> I want to use the odbc to connect to the PostgresSQL server on a Unix box
> from the same box.
> Is there any possibility to use Unix sockets instead of tcpip?

No if you use our driver.
I'm not sure but you may be able to do so using unixODBC.
unixODBC provides its own driver for PostgreSQL.

regards,
Hiroshi Inoue