Re: Libpq question

Поиск
Список
Период
Сортировка
От John Townsend
Тема Re: Libpq question
Дата
Msg-id 4FBA2186.8060205@advancedformulas.com
обсуждение исходный текст
Ответ на Re: Libpq question  (Chris Angelico <rosuav@gmail.com>)
Ответы Re: Libpq question  (Chris Angelico <rosuav@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Concerning about Unicode-aware string handling
Следующее
От: Chris Angelico
Дата:
Сообщение: Re: Libpq question