Re: Implementing Frontend/Backend Protocol TCP/IP

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Raimon Fernandez <coder(at)montx(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Implementing Frontend/Backend Protocol TCP/IP
Date: 2009-10-26 23:17:53
Message-ID: 4AE62E21.7040600@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces

Alvaro Herrera wrote:
>> I'm trying to implement the front-end protocol with TCP from
>> REALbasic to PostgreSQL.
>>
>
> That sounds the most difficult way to do it. Can't you just embed
> libpq?
>

yah, seriously. the binary protocol is not considered stable, it can
change in subtle ways in each version. libpq handles the current
version and all previous versions, and exposes all methods.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message ChenXun 2009-10-27 00:07:17 Is there any ways to pass an array as parameter in libpq?
Previous Message Alvaro Herrera 2009-10-26 23:15:16 Re: Implementing Frontend/Backend Protocol TCP/IP

Browse pgsql-interfaces by date

  From Date Subject
Next Message Craig Ringer 2009-10-27 05:10:21 Re: Implementing Frontend/Backend Protocol TCP/IP
Previous Message Alvaro Herrera 2009-10-26 23:15:16 Re: Implementing Frontend/Backend Protocol TCP/IP