pgsql: Allow to_char(interval) and to_char(time) to use AM/PM

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Allow to_char(interval) and to_char(time) to use AM/PM
Дата
Msg-id 20051203164506.C3A8C9DCBA6@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Allow to_char(interval) and to_char(time) to use AM/PM specifications.
Map them to a single day, so '30 hours' is 'AM'.

Have to_char(interval) and to_char(time) use "HH", "HH12" as 12-hour
intervals, rather than bypass and print the full interval hours.  This
is neeeded because to_char(time) is mapped to interval in this function.
Intervals should use "HH24", and document suggestion.

Allow "D" format specifiers for interval/time.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.296 -> r1.297)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.296&r2=1.297)
    pgsql/src/backend/utils/adt:
        formatting.c (r1.102 -> r1.103)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.102&r2=1.103)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Item removed: < * Add function to return the thread safety
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Allow to_char(interval) and to_char(time) to use AM/PM