pgsql: Correct/improve the datetime_precision field in the information - Mailing list pgsql-committers

From [email protected] (Peter Eisentraut)
Subject pgsql: Correct/improve the datetime_precision field in the information
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Correct/improve the datetime_precision field in the information schema.
In particular, always show 0 for the date type instead of null, and show
6 (the default) for time, timestamp, and interval without a declared
precision.  This is now in fuller conformance with the SQL standard.

Also clarify the documentation about this.

discovered and analyzed by Konstantin Izmailov and Tom Lane

Modified Files:
--------------
    pgsql/doc/src/sgml:
        information_schema.sgml (r1.38 -> r1.39)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/information_schema.sgml?r1=1.38&r2=1.39)
    pgsql/src/backend/catalog:
        information_schema.sql (r1.53 -> r1.54)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/information_schema.sql?r1=1.53&r2=1.54)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO
Next
From: [email protected] (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: typdefs change requested by Bruce Momjian