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
Список pgsql-patches
> + SELECT 'epoch'::timestamp + '1070430858 seconds'::interval;
> + <lineannotation>Result: </lineannotation><computeroutput>2003-12-03 05:54:18</computeroutput>
>   </screen>

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