Re: timestamp/date in ecpg

Поиск
Список
Период
Сортировка
От Christoph Haller
Тема Re: timestamp/date in ecpg
Дата
Msg-id 3E7B30B5.6A058C@rodos.fzk.de
обсуждение исходный текст
Ответ на timestamp/date in ecpg  (Michael Meskes <meskes@postgresql.org>)
Ответы Re: timestamp/date in ecpg  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-hackers
>
> Hmm, maybe the transformation in the other direction is the culprit.
> What I do is call ts1 = PGTYPEStimestamp_atot("2000-7-12 17:34:29",
NULL); followed by a text = PGTYPEStimestamp_ttoa
(ts1); Needless to say the resulting text is not "2000-7-12 17:34:29".
:-(
>
I could not dig too deep into the code until now,
but isn't there a leading zero missing
2000-07-12 17:34:29

Regards, Christoph




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Nested transactions: low level stuff
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: ALTER TABLE / CLUSTER ON