Re: new interface prog - Mailing list pgsql-interfaces

From Michael Fuhr
Subject Re: new interface prog
Date
Msg-id 20051028143640.GA85201@winnie.fuhr.org
Whole thread Raw
In response to new interface prog  (Krisztian Szabo <tensor_hu@yahoo.com>)
List pgsql-interfaces
On Fri, Oct 28, 2005 at 05:30:02AM -0700, Krisztian Szabo wrote:
> I would like to write my own interface  to postgres
> that communicates via the database socket.
> 
> I found PgPP.pm perl module a very handy tool to
> extract the interface protocol from  the source code,
> but nevertheless it will safe a great deal of time if
> there exits a protocol description that help me write
> the program.
> Can anyone help me find the protocol description?

See the "Frontend/Backend Protocol" chapter in the documentation.

http://www.postgresql.org/docs/8.0/interactive/protocol.html

-- 
Michael Fuhr


pgsql-interfaces by date:

Previous
From: Sean Song
Date:
Subject: backup/restore APIs
Next
From: David Stanaway
Date:
Subject: Re: backup/restore APIs