pgsql: Add missing HOUR TO SECOND option to list of possible INTERVAL - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add missing HOUR TO SECOND option to list of possible INTERVAL
Date
Msg-id 20090708172155.EF0AE75331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add missing HOUR TO SECOND option to list of possible INTERVAL field sets,
as noted by Sebastien Flaesch.  Also update the claim that we simply throw
away fields outside this set --- that got changed later to only discard
less-significant fields.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        datatype.sgml (r1.239 -> r1.240)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml?r1=1.239&r2=1.240)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: When calling unsupported "make check" with a pgxs module, return
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add missing HOUR TO SECOND option to list of possible INTERVAL