pgsql: Implement information schema interval_type columns

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Implement information schema interval_type columns
Date: 2011-07-13 17:40:29
Message-ID: E1Qh3QD-0001oI-16@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Implement information schema interval_type columns

Also correct reporting of interval precision when field restrictions
are specified in the typmod.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0527a454ec1801358a1f6d873ae48dcc89a217cf

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 30 +++++++++++++++++++++++++--
src/backend/catalog/information_schema.sql | 28 ++++++++++++++++++++++---
2 files changed, 51 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-07-14 00:23:52 pgsql: Update some comments to clarify who does what in targetlist crea
Previous Message Bruce Momjian 2011-07-13 15:42:20 pgsql: Use clearer woring for pg_locks columns, identifying which items