Re: WIP: to_char, support for EEEE format

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WIP: to_char, support for EEEE format
Дата
Msg-id 539.1249230850@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WIP: to_char, support for EEEE format  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: WIP: to_char, support for EEEE format  (Euler Taveira de Oliveira <euler@timbira.com>)
Список pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> Tom, please, can you write your opinion on my last proposal - print
> ### with raise warning.

The idea of printing a warning seems completely horrid to me.  From a
logical point of view, either we think it's an error or we don't.  From
a practical point of view, warnings usually accomplish little except to
bloat log files that a human might or might not ever look at.

The real bottom line for to_char issues is almost always that we should
do what Oracle does.  Has anyone checked this behavior on Oracle?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: IMMUTABLE break inlining simple SQL functions.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ALTER TABLE ... ALTER COLUMN ... SET DISTINCT