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