pgsql/src/backend/utils/adt (date.c datetime.c timestamp.c) - Mailing list pgsql-committers

From thomas@postgresql.org
Subject pgsql/src/backend/utils/adt (date.c datetime.c timestamp.c)
Date
Msg-id 200011111955.eABJtKB20525@hub.org
Whole thread Raw
List 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.


pgsql-committers by date:

Previous
From: thomas@postgresql.org
Date:
Subject: pgsql/src/include/catalog (catversion.h pg_proc.h)
Next
From: thomas@postgresql.org
Date:
Subject: pgsql/src/test/regress (regress.sh)