pgsql: Implement the collation columns of various information schema vi

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Implement the collation columns of various information schema vi
Date: 2011-06-28 14:51:03
Message-ID: E1QbZd1-0000bv-UE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Implement the collation columns of various information schema views

Fill in the collation columns of the views attributes, columns,
domains, and element_types. Also update collation information in
sql_implementation_info.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/615c3849722ade16282750aa17658a2543fd2acf

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 108 ++++++++++++++++++++++++----
src/backend/catalog/information_schema.sql | 78 ++++++++++----------
2 files changed, 132 insertions(+), 54 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2011-06-28 14:52:58 Re: pgsql: Branch refs/heads/REL9_1_STABLE was removed
Previous Message Magnus Hagander 2011-06-28 14:40:44 Re: [COMMITTERS] pgsql: Branch refs/heads/REL9_1_STABLE was removed