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
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