pgsql/src/backend/utils/adt (date.c datetime.c timestamp.c)

From: thomas(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt (date.c datetime.c timestamp.c)
Date: 2000-11-11 19:55:20
Message-ID: 200011111955.eABJtKB20525@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Saturday, November 11, 2000 @ 14:55:19
Author: thomas

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
from hub.org:/home/projects/pgsql/developers/thomas/CURRENT/pgsql/src/backend/utils/adt

Modified Files:
date.c datetime.c timestamp.c

----------------------------- Log Message -----------------------------

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.

Browse pgsql-committers by date

  From Date Subject
Next Message thomas 2000-11-11 19:55:33 pgsql/src/include/catalog (catversion.h pg_proc.h)
Previous Message thomas 2000-11-11 19:50:31 pgsql/doc/src/sgml (datatype.sgml)