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

From Peter Eisentraut
Subject pgsql: Mark collation-related information schema columns as not impleme
Date
Msg-id E1QglUx-0001Kz-CZ@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid listing ungrouped Vars in the targetlist of Agg-underneath
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Blind attempt at fixing isolation_tester on Win32