]> 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:20 +0000 (23:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 21 Nov 2002 23:31:20 +0000 (23:31 +0000)
commit75394d3f5b1fcffc5dc9a1fc95b7b57c034ba020
treef3e902d939a1d6aeafd7720957dc4f4789354b57
parentca1d1b79ab2e080c9edb45de761af320f7236e1c
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