pgsql: Fix to_date to behave reasonably when CC and YY fields are both

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Fix to_date to behave reasonably when CC and YY fields are both
Дата
Msg-id 20050325160850.8A3C25379D@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix to_date to behave reasonably when CC and YY fields are both used.
Karel Zak

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.234.4.3 -> r1.234.4.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.234.4.3&r2=1.234.4.4)
    pgsql/src/backend/utils/adt:
        formatting.c (r1.84 -> r1.84.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.84&r2=1.84.4.1)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix to_date to behave reasonably when CC and YY fields are both
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add missing min/max parameters to DefineCustomIntVariable() and