Re: Small documentation patch

Поиск
Список
Период
Сортировка
Искать
От
Christopher Kings-Lynne
Тема
Re: Small documentation patch
Дата
Msg-id
3FCD87C4.8000001@familyhealth.com.au
Ответ на
Список
Дерево обсуждения
Small documentation patch David Fetter <david@fetter.org>
Re: Small documentation patch Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Re: Small documentation patch Gavin Sherry <swm@linuxworld.com.au>
Re: Small documentation patch David Fetter <david@fetter.org>
Re: Small documentation patch Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Re: Small documentation patch Tom Lane <tgl@sss.pgh.pa.us>
Re: Small documentation patch David Fetter <david@fetter.org>

> + SELECT 'epoch'::timestamp + '1070430858 seconds'::interval;
> + Result: 2003-12-03 05:54:18
>   

You could also go:

SELECT '1070430858'::abstime;

But your way is probably a bit more stable...dunno...

Chris


В списке pgsql-patches по дате отправления
От: David Fetter
Дата:
Сообщение: Small documentation patch
От: Gavin Sherry
Дата:
Сообщение: Re: Small documentation patch
FAQ