Re: Time handling in pgsql. (fwd)

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re: Time handling in pgsql. (fwd)
Дата
Msg-id 20030422174601.A9B96103C7@polaris.pinpointresearch.com
обсуждение исходный текст
Ответ на Re: Time handling in pgsql. (fwd)  ("Jeff MacDonald" <jeff@interchange.ca>)
Список pgsql-general
How about: select abstime(start)::int - abstime(start)::int

Cheers,
Steve


On Tuesday 22 April 2003 10:20 am, Jeff MacDonald wrote:
> Actually I'd be happy if i could simply do this
>
> SELECT age(start,end)::seconds From foo;
>
> or something very close to that. Then i could process
> the rest in perl.
>
> Jeff.
>
> >> From: pgsql-general-owner@postgresql.org
> >> [mailto:pgsql-general-owner@postgresql.org]On Behalf Of
> >> nolan@celery.tssi.com
> >> Subject: [GENERAL] Time handling in pgsql. (fwd)
> >>
> >> It would be great if the 'age' function could be supplied a formatting
> >> string so that you could format the data any way you want.
> >>
> >> Within that function convert both timestamps into seconds, do
> >> the arithmetic and return the number of seconds.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html


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

Предыдущее
От: "Crercio O. Silva"
Дата:
Сообщение: New DBTools Manager 2.1
Следующее
От: Ryan Mahoney
Дата:
Сообщение: explain triggers