Fix to_char(), to_date(), and to_timestamp() to handle negative/BC
century specifications just like positive/AD centuries. Previously the
behavior was either wrong or inconsistent with positive/AD handling.
Centuries without years now always assume the first year of the century,
which is now documented.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/ac78c4178bec7b252d22a39515ad6efd6c1a7d7e
Modified Files
--------------
doc/src/sgml/func.sgml | 4 ++-
src/backend/utils/adt/formatting.c | 49 +++++++++++++++++++----------
src/test/regress/expected/timestamp.out | 4 +-
src/test/regress/expected/timestamptz.out | 4 +-
4 files changed, 39 insertions(+), 22 deletions(-)
pgsql-committers by date
| Next: | From: Robert Haas | Date: 2012-08-07 20:00:52 |
| Subject: pgsql: Fix memory leaks in event trigger code. |
| Previous: | From: pgsql | Date: 2012-08-07 03:34:09 |
| Subject: pgsql: Tag refs/tags/REL9_2_BETA3 was created |