pgsql: Fix and clarify information schema interval_precision fields

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix and clarify information schema interval_precision fields
Date: 2011-07-11 15:52:24
Message-ID: E1QgImW-0007i8-A9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix and clarify information schema interval_precision fields

The fields were previously wrongly typed as character_data; change to
cardinal_number. Update the documentation and the implementation to
show more clearly that this applies to a feature not available in
PostgreSQL, rather than just not yet being implemented in the
information schema.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3315020a091f64c8d08c3b32a2abd46431dcf857

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 37 +++++++++++++++++++--------
src/backend/catalog/information_schema.sql | 16 ++++++------
2 files changed, 34 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-07-11 16:13:43 pgsql: Remove excessively backpatched gitignore files
Previous Message Andrew Dunstan 2011-07-11 15:13:52 pgsql: Improve wording of documentation on default privileges.