pgsql: Fix citext's upgrade-from-unpackaged script to set its collation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix citext's upgrade-from-unpackaged script to set its collation
Date: 2011-03-03 18:22:34
Message-ID: E1PvDAY-0006pW-Lc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix citext's upgrade-from-unpackaged script to set its collation correctly.

Although there remains some debate about how CREATE TYPE should represent
the collation property, this doesn't really affect what we need to do in
citext's script, so go ahead and fix that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/94be9e3f0ca9e7ced66168397eb586565bced9ca

Modified Files
--------------
contrib/citext/citext--unpackaged--1.0.sql | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-03 20:56:12 pgsql: Further refine patch for commenting operator implementation func
Previous Message Tom Lane 2011-03-03 18:04:20 pgsql: Run a portal's cleanup hook immediately when pushing it to DONE