Re: client interfaces

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David Parker" <dparker(at)tazznetworks(dot)com>
Cc: "postgres general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: client interfaces
Date: 2005-04-12 15:06:35
Message-ID: 16078.1113318395@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"David Parker" <dparker(at)tazznetworks(dot)com> writes:
> Is there anything like a client library for postgres that does not use
> tcp/ip as the protocol?

Local connections generally go through Unix sockets, which is not the
tcp stack.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-04-12 15:17:35 Re: client interfaces
Previous Message Bill Chandler 2005-04-12 14:59:55 Re: Unique constraint violation on serial column