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

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

From
thomas@postgresql.org
Date:
  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.