Re: interval output format available that removes ambiguity ?

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Re: interval output format available that removes ambiguity ?
Дата
Msg-id 20040505162359.A647@hermes.hilbert.loc
обсуждение исходный текст
Ответ на Re: interval output format available that removes ambiguity ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom,

> Just subtract the two timestamps (or dates) instead of using age().
> Then you get an interval that has no month component.
*That* was what I was looking for. Thanks !

> He didn't say that.  He said that when the system *must* convert a
> month-based interval to days and it has no date reference for it,
> it uses 30 days.  Something like "now() + '1 month'::interval"
> will do the "right thing".  This IMHO is the main application of
> intervals with month components ...
I knew PostgreSQL would do the Right Thing(tm) where possible
and assume reasonable defaults where ambiguity exists. I just
didn't know how to tell it to return the right version of the
Right Thing.

As usual, sage advice.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346

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

Предыдущее
От: Steve Atkins
Дата:
Сообщение: Re: Mail delays (was Re: [Fwd: help building datetime from varchars])
Следующее
От: Bricklen
Дата:
Сообщение: Re: Postgres to oracle data migration