Re: [GENERAL] client interfaces

2005-04-12 Thread Bruno Wolff III
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

Re: [GENERAL] client interfaces

2005-04-12 Thread Michael Fuhr
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

Re: [GENERAL] client interfaces

2005-04-12 Thread Tom Lane
"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

[GENERAL] client interfaces

2005-04-12 Thread David Parker
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