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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing HOUR TO SECOND option to list of possible INTERVAL
Date: 2009-07-08 17:22:01
Message-ID: 20090708172201.E9D61753336@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Tags:
----
REL8_4_STABLE

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-07-08 17:53:29 pgsql: Need to use pg_perm_setlocale when setting LC_CTYPE and
Previous Message Tom Lane 2009-07-08 17:21:55 pgsql: Add missing HOUR TO SECOND option to list of possible INTERVAL