Re: Question about read interval type in binary format

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Question about read interval type in binary format
Дата
Msg-id 20031026225954.GG12063@dcc.uchile.cl
обсуждение исходный текст
Ответ на Question about read interval type in binary format  (Carlos Guzmán Álvarez <carlosga@telefonica.net>)
Ответы Re: Question about read interval type in binary format  (Carlos Guzmán Álvarez <carlosga@telefonica.net>)
Список 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?"


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Carlos Guzmán Álvarez
Дата:
Сообщение: Question about read interval type in binary format
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Still a few flaws in configure's default CFLAGS selection