Re: Timestamp with libpq

Поиск
Список
Период
Сортировка
От Jakob Lechner
Тема Re: Timestamp with libpq
Дата
Msg-id 1223912631.3502.79.camel@vie063.fabagl.fabasoft.com
обсуждение исходный текст
Ответ на Re: Timestamp with libpq  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-interfaces
Hi,

Am Montag, den 13.10.2008, 14:59 +0200 schrieb Michael Meskes:

>
> I doubt this. It might be true for double storage but not for 8 byte integers,
> well that is in the database of course. But I see no reason whatsoever that the
> data is truncated by libpq.
>

I found an easy solution for my problem: Libpq provides information if
the timestamps are double values or integer values.

When passing the parameter "integer_datetimes" to the function "PQparameterStatus"
"on" or "off" is returned.

I adapted my conversion routine to handle both integer and double
timestamps. Everything works fine now.

Best regards
Jakob

--
Jakob Lechner
Research & Development
appl.strudl Software GmbH
Honauerstraße 4
A-4020 Linz
Tel.: [+43] (70) 60 61 62
Fax: [+43] (70) 60 61 62-609
E-Mail: jakob.lechner@applstrudl.com
Web: http://www.applstrudl.com
Handelsgericht Linz, FN 303988 t


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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: Timestamp with libpq
Следующее
От:
Дата:
Сообщение: Retrieving points, arrays, ... with libpq