pgsql: Mark collation-related information schema columns as not impleme

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark collation-related information schema columns as not impleme
Date: 2011-07-12 22:32:11
Message-ID: E1QglUx-0001Kz-CZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark collation-related information schema columns as not implemented
rather than not applicable. They have already been implemented in
9.2.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/699a1c65eda557ff847c8da83c615b03f6f74265

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 66 ++++++++++++++++++++++++++--------
1 files changed, 51 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2011-07-13 05:11:41 pgsql: Blind attempt at fixing isolation_tester on Win32
Previous Message Tom Lane 2011-07-12 22:25:14 pgsql: Avoid listing ungrouped Vars in the targetlist of Agg-underneath