Re: [GENERAL] What is the format of 'binary' data in the postgresql client/server protocol version 3

2005-01-24 Thread Eric Merritt
On Mon, 24 Jan 2005 18:54:01 -0500, Tom Lane <[EMAIL PROTECTED]> wrote: > Eric Merritt <[EMAIL PROTECTED]> writes: > > I am in the middle of implementing postgresql's client server > > protocol and I have run into a little issue. The spec says that in > > g

[GENERAL] What is the format of 'binary' data in the postgresql client/server protocol version 3

2005-01-24 Thread Eric Merritt
Guys, I am in the middle of implementing postgresql's client server protocol and I have run into a little issue. The spec says that in general data can be of two types, 'text' and 'binary'. The text one is generally pretty simple to figure out. However, there doesn't seem to be any area of the do