Re: Question about read interval type in binary format

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Carlos Guzmán Álvarez <carlosga(at)telefonica(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Question about read interval type in binary format
Date: 2003-10-26 22:59:54
Message-ID: 20031026225954.GG12063@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Oct 26, 2003 at 11:45:49PM +0100, Carlos Guzmán Álvarez wrote:

> I'm trying to give support for interval type to my postgresql 7.4
> ado.net provider, i want to know what is sent by the server for
> interval values in binary format or where to review it ?? :)

In src/backend/utils/adt/timestamp.c, interval_send looks like what you
are looking for.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Coge la flor que hoy nace alegre, ufana. ¿Quién sabe si nacera otra mañana?"

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Anthony W. Youngman 2003-10-26 23:04:02 Re: Dreaming About Redesigning SQL
Previous Message Alvaro Herrera 2003-10-26 22:51:37 Re: shared memory on OS X - 7.4beta4