Re: Implementing Frontend/Backend Protocol

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Raimon Fernandez <coder(at)montx(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Implementing Frontend/Backend Protocol
Date: 2007-04-17 13:07:04
Message-ID: 20070417130704.GA6158@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces

Raimon Fernandez wrote:

> I don't know if this is the correct mailing list for this ...
>
> We want to implement, or at least, investigate how difficult will be
> to talk directly with PostgreSQL via TCP/IP.
>
> We have the original documentation, and in chapter 43 there is some
> info.
>
> Do you know where can we find examples (code) to start the project ?

Yes, the src/interfaces/libpq directory contains a working
implementation. There are independent implementations elsewhere (JDBC,
ODBCng, etc).

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Palle Girgensohn 2007-04-17 13:12:07 Re: pg_restore "out of memory" - big problem :(
Previous Message Felix Kater 2007-04-17 12:48:26 unique ID across all columns

Browse pgsql-interfaces by date

  From Date Subject
Next Message Miguel García 2007-04-18 13:34:40 lo_write and lo_import does not work!
Previous Message Raimon Fernandez 2007-04-17 09:22:19 Implementing Frontend/Backend Protocol