]> granicus.if.org Git - postgresql/commit
Fix breakage in new-in-7.3 timetz_zone() function: was giving random
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 21 Nov 2002 23:31:37 +0000 (23:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 21 Nov 2002 23:31:37 +0000 (23:31 +0000)
commit4dc8a0e4e18c8d064d2dc90a4bd957123434df76
tree90b2b8e8164680c9f06e8f702109196d817d5a64
parent040d0ae95dfc0bef43be9b5504d072d00e6cd5b4
Fix breakage in new-in-7.3 timetz_zone() function: was giving random
results due to doing arithmetic on uninitialized values.  Add some
documentation about the AT TIME ZONE construct.  Update some other
date/time documentation that seemed out of date for 7.3.
doc/src/sgml/datatype.sgml
doc/src/sgml/func.sgml
src/backend/utils/adt/date.c