Обсуждение: odbc + unix sockets

Поиск
Список
Период
Сортировка

odbc + unix sockets

От
Jefim Matskin
Дата:
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

От
Hiroshi Inoue
Дата:
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