Re: Small documentation patch

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: Small documentation patch
Дата
Msg-id Pine.LNX.4.58.0312031758560.24095@linuxworld.com.au
обсуждение исходный текст
Ответ на Re: Small documentation patch  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Small documentation patch
Re: Small documentation patch
Список pgsql-patches
On Wed, 3 Dec 2003, Christopher Kings-Lynne wrote:

>
> > + 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...

template1=# SELECT '1070430858'::abstime;
ERROR:  invalid input syntax for type abstime: "1070430858"

I agree its more stable :-). That's on HEAD.

Gavin

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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Small documentation patch
Следующее
От: David Fetter
Дата:
Сообщение: Re: Small documentation patch