Re: Libpq question - Mailing list pgsql-general

From Chris Angelico
Subject Re: Libpq question
Date
Msg-id CAPTjJmr5Y11HQ+qfDT1YU-EnPbww87nBTDCojnZ1rRBzkXYxBg@mail.gmail.com
Whole thread Raw
In response to Libpq question  (John Townsend <jtownsend@advancedformulas.com>)
List pgsql-general
On Thu, May 17, 2012 at 1:21 AM, John Townsend
<jtownsend@advancedformulas.com> wrote:
> *** So...the question: Is there a good reason why you might want to NOT use
> libpq.dll, and just directly access the server through direct function
> calls? ***

I don't know what you mean by function calls, but the Pike Postgres
module directly speaks and interprets the socket protocol. It's faster
than having an extra layer in there.

http://pike.ida.liu.se/generated/manual/modref/ex/predef_3A_3A/Sql/pgsql.html

ChrisA

pgsql-general by date:

Previous
From: deepak
Date:
Subject: Re: FATAL: lock file "postmaster.pid" already exists
Next
From: Merlin Moncure
Date:
Subject: Re: Libpq question