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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Eric Merritt <cyberlync(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: What is the format of 'binary' data in the postgresql client/server protocol version 3
Date: 2005-01-25 03:05:56
Message-ID: 28660.1106622356@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Eric Merritt <cyberlync(at)gmail(dot)com> writes:
> On Mon, 24 Jan 2005 18:54:01 -0500, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Florian G. Pflug 2005-01-25 03:27:03 Re: on update / on delete performance of foreign keys
Previous Message Wes 2005-01-25 03:03:29 Tablespaces and primary keys