pgsql: Update information schema to SQL:2011

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update information schema to SQL:2011
Date: 2012-07-23 19:33:12
Message-ID: E1StONU-0001cP-3o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update information schema to SQL:2011

This is just a section renumbering for now. Some details might be
filled in later.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d61d9aa7501f31f99ee089f8b014161254eafa89

Modified Files
--------------
src/backend/catalog/information_schema.sql | 169 ++++++++++++++++++----------
1 files changed, 109 insertions(+), 60 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2012-07-24 20:22:14 pgsql: Change syntax of new CHECK NO INHERIT constraints
Previous Message Robert Haas 2012-07-23 18:44:45 pgsql: Make pgbench vacuum before building indexes.