Re: client interfaces - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: client interfaces
Date
Msg-id 20050412201029.GA29388@wolff.to
Whole thread Raw
In response to client interfaces  ("David Parker" <dparker@tazznetworks.com>)
List pgsql-general
On Tue, Apr 12, 2005 at 10:51:09 -0400,
  David Parker <dparker@tazznetworks.com> 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 that would not require going through the tcp/ip
> stack. I assume the answer to this is "no", and I see no hint of
> anything in the source code, but I thought I would ask the question,
> just to be sure.

You can use domain sockets when on the same host as the server.

pgsql-general by date:

Previous
From: PFC
Date:
Subject: Re: pg 8.0.1-r3 killls pgadmin3 and phppgadmin
Next
From: James Robinson
Date:
Subject: Composite type versus Domain constraints.