pgsql: Don't install ICU collation keyword variants

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't install ICU collation keyword variants
Date: 2017-08-21 23:40:03
Message-ID: E1djwId-0000T3-8C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't install ICU collation keyword variants

Users can still create them themselves. Instead, document Unicode TR 35
collation options for ICU, so users can create all this themselves.

Reviewed-by: Peter Geoghegan <pg(at)bowt(dot)ie>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2bfd1b1ee562c4e4fd065c7f7d1beaa9b9852070

Modified Files
--------------
doc/src/sgml/charset.sgml | 98 ++++++++++++++++++++++++++++++------
src/backend/commands/collationcmds.c | 71 --------------------------
2 files changed, 84 insertions(+), 85 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-08-22 14:48:20 pgsql: Backpatch introduction of TupleDescAttr(tupdesc, i).
Previous Message Robert Haas 2017-08-21 18:42:56 pgsql: pg_prewarm: Add automatic prewarm feature.