pgsql: Mark to_number() and the numeric-type variants of to_char() as

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Mark to_number() and the numeric-type variants of to_char() as
Дата
Msg-id 20061128191917.1FDA19FB27E@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Mark to_number() and the numeric-type variants of to_char() as stable, not
immutable, because their results depend on lc_numeric; this is a longstanding
oversight.  We cannot force initdb for this in the back branches, but we can
at least provide correct catalog entries for future installations.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/include/catalog:
        pg_proc.h (r1.314 -> r1.314.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h.diff?r1=1.314&r2=1.314.2.1)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Mark to_number() and the numeric-type variants of to_char() as
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Mark to_number() and the numeric-type variants of to_char() as