Обсуждение: pgsql: Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.

Поиск
Список
Период
Сортировка

pgsql: Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.

От
momjian@postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.

Euler Taveira de Oliveira

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        formatting.c (r1.113 -> r1.114)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.113&r2=1.114)
        pg_locale.c (r1.37 -> r1.38)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/pg_locale.c.diff?r1=1.37&r2=1.38)