Re: Implementing Frontend/Backend Protocol - Mailing list pgsql-interfaces

From Alvaro Herrera
Subject Re: Implementing Frontend/Backend Protocol
Date
Msg-id 20070417130704.GA6158@alvh.no-ip.org
Whole thread Raw
In response to Implementing Frontend/Backend Protocol  (Raimon Fernandez <coder@montx.com>)
List 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.


pgsql-interfaces by date:

Previous
From: Raimon Fernandez
Date:
Subject: Implementing Frontend/Backend Protocol
Next
From: Miguel García
Date:
Subject: lo_write and lo_import does not work!