Re: What is the format of 'binary' data in the postgresql client/server protocol version 3 - Mailing list pgsql-general

From Tom Lane
Subject Re: What is the format of 'binary' data in the postgresql client/server protocol version 3
Date
Msg-id 28660.1106622356@sss.pgh.pa.us
Whole thread Raw
In response to Re: What is the format of 'binary' data in the postgresql client/server protocol version 3  (Eric Merritt <cyberlync@gmail.com>)
List pgsql-general
Eric Merritt <cyberlync@gmail.com> writes:
> On Mon, 24 Jan 2005 18:54:01 -0500, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Generally you have to look at the send/recv routines for the specific
>> data type that you are wondering about.

>  Ik, ok I can do that. Any pointers to the particular sourcefile these
> are implemented in?

They're pretty much all under src/backend/utils/adt/

            regards, tom lane

pgsql-general by date:

Previous
From: "Florian G. Pflug"
Date:
Subject: Re: on update / on delete performance of foreign keys
Next
From: Wes
Date:
Subject: Tablespaces and primary keys