pgsql: Add timezone offset output option to to_char()

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Add timezone offset output option to to_char()
Дата
Msg-id E1Uti5y-0007N2-IG@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add timezone offset output option to to_char()
Add ability for to_char() to output the timezone's UTC offset (OF).  We
already have the ability to return the timezone abbeviation (TZ/tz).
Per request from Andrew Dunstan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7408c5d29b53fbeae0d88ab8121a42c3b4d9ed64

Modified Files
--------------
doc/src/sgml/func.sgml             |    4 ++++
src/backend/utils/adt/formatting.c |   17 +++++++++++++++--
2 files changed, 19 insertions(+), 2 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Improve support for building PGXS modules with VPATH.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Improve support for building PGXS modules with VPATH.