Re: PG sql string -> time_t

Поиск
Список
Период
Сортировка
От Andrew Snow
Тема Re: PG sql string -> time_t
Дата
Msg-id 000001c187cc$c9d4f720$0b00000a@avon
обсуждение исходный текст
Ответ на PG sql string -> time_t  (Bo Lorentsen <bl@netgroup.dk>)
Ответы Re: PG sql string -> time_t  (Bo Lorentsen <bl@netgroup.dk>)
Список pgsql-general
Perhaps this will help? Extract(epoch ..) eg:

  SELECT EXTRACT(EPOCH FROM date_field) FROM record;

returns the time in seconds since the epoch like time() in C


> -----Original Message-----
> From: pgsql-general-owner@postgresql.org
> [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Bo Lorentsen
> Sent: Wednesday, 19 December 2001 12:36 AM
> To: pgsql-general@postgresql.org
> Subject: [GENERAL] PG sql string -> time_t
>
>
> Hi ...
>
> Have anyone implimetet a C/C++ "PG SQL date string" to time_t
> converter, that will be easy to copy, or is this a "do it
> your self" task :-)



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

Предыдущее
От: Bo Lorentsen
Дата:
Сообщение: PG sql string -> time_t
Следующее
От: Bo Lorentsen
Дата:
Сообщение: Re: PG sql string -> time_t