On Tue, Apr 12, 2005 at 10:51:09 -0400,
David Parker <[EMAIL PROTECTED]> wrote:
> Is there anything like a client library for postgres that does not use
> tcp/ip as the protocol? As part of the performance tuning of our
> application, the question was posed to me whether there was a more
> "direc
On Tue, Apr 12, 2005 at 10:51:09AM -0400, David Parker wrote:
>
> Is there anything like a client library for postgres that does not use
> tcp/ip as the protocol? As part of the performance tuning of our
> application, the question was posed to me whether there was a more
> "direct" sort of API tha
"David Parker" <[EMAIL PROTECTED]> 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
---(end
Is there anything
like a client library for postgres that does not use tcp/ip as the protocol? As
part of the performance tuning of our application, the question was posed to me
whether there was a more "direct" sort of API that would not require going
through the tcp/ip stack. I assume the