Обсуждение: new interface prog
Hi,
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?
Chris Taylor
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
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