Re: Interval Precision

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Interval Precision
Дата
Msg-id 20050408193748.GA9662@wolff.to
обсуждение исходный текст
Ответ на Re: Interval Precision  (Jake Stride <nsuk@users.sourceforge.net>)
Список pgsql-novice
On Fri, Apr 08, 2005 at 20:17:45 +0100,
  Jake Stride <nsuk@users.sourceforge.net> wrote:
>
> ' Warning: |to_char|(interval, text) is deprecated and should not be
> used in newly-written code. It will be removed in the next version.'

That isn't cast in stone at this point. The problem is that there are
some significant problems with to_char and interval now and some people
feel that getting rid of it is better than providing a broken feature.
If someone comes up with an acceptable spec and implements it for 8.1,
it won't go away.

If it does go away, the fallback is to use EXTRACT and some math.

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

Предыдущее
От: Jake Stride
Дата:
Сообщение: Re: Interval Precision
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: Interval Precision