CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 04/03/30 11:53:19
Modified files:
doc/src/sgml : func.sgml
src/backend/utils/adt: datetime.c formatting.c timestamp.c
Log message:
Fix to_char for 1 BC. Previously it returned 1 AD.
Fix to_char(year) for BC dates. Previously it returned one less than
the current year.
Add documentation mentioning that there is no 0 AD.