]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Allow interpretation of INTERVALs with more timezone-like syntax.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 11 Nov 2000 19:55:19 +0000 (19:55 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 11 Nov 2000 19:55:19 +0000 (19:55 +0000)
commit89a99cb68612d3cda1d0707988b5e1227b6b9320
tree9d93463b44d7aa3290efbfe827e2aec919388a91
parentecc367b7645a80fbed60fe6fc648838606807105
Allow interpretation of INTERVALs with more timezone-like syntax.
Define conversions to and from text for date, time, and timetz.
Have millisecond and microsecond return full # of seconds in those units.
 Previously, only returned full fractional part in those units.
src/backend/utils/adt/date.c
src/backend/utils/adt/datetime.c
src/backend/utils/adt/timestamp.c