Re: Libpq question - Mailing list pgsql-general

From John Townsend
Subject Re: Libpq question
Date
Msg-id 4FBA2186.8060205@advancedformulas.com
Whole thread Raw
In response to Re: Libpq question  (Chris Angelico <rosuav@gmail.com>)
Responses Re: Libpq question
List pgsql-general
In that case, yes, there are such implementations around. Martijn
mentioned a few, and I mentioned the Pike one, all of which do indeed
bypass libpq and talk directly to the server. It is, as I understand
it, an open and stable protocol, so it's no different from writing a
program that connects to port 25 and talks SMTP rather than dropping
to sendmail.

===================

I downloaded PIKE. The "PostgreSQL direct network module for Pike", pgsql.pike (and the other modules), shows how it was done.

Many thanks for the tip. I rarely step out of Delphi, so I was unaware of the power and versatility of Pike. The Sql.pmod reveals the other databases to which you can connect.

I think any PostGreSQL user or programmer ought to try Pike.

jt

pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Concerning about Unicode-aware string handling
Next
From: Chris Angelico
Date:
Subject: Re: Libpq question