Re: Date storage class type

Поиск
Список
Период
Сортировка
От Radoslaw Stachowiak
Тема Re: Date storage class type
Дата
Msg-id 20000811113951.G4342@blue.alter.pl
обсуждение исходный текст
Ответ на Date storage class type  (Daryl Sayers <daryl@coreng.com.au>)
Список pgsql-general
*** Daryl Sayers <daryl@coreng.com.au> [Friday, 11.August.2000, 14:44 +1000]:
> My problem is I cant seem to get a date back into a usable form. How do
> I retrieve a date back using a binary cursor. What storage type does it
> use?

what I did was text cursor (or a normal query) and interpretation (by
sscanf) datetime field from postgres - it has a standard representation so
it looks safe (more less :) to me.

--
radoslaw.stachowiak.........................................http://alter.pl/

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

Предыдущее
От: Andreas Tille
Дата:
Сообщение: Re: pg_dump and restore
Следующее
От: Andreas Tille
Дата:
Сообщение: pg_dump and restore -- solved and urgent warning