postgresql/contrib/citext
Tom Lane 9b97b7f835 Fix citext upgrade script to update derived copies of pg_type.typcollation.
If the existing citext type has not merely been created, but used in any
tables, then the upgrade script wasn't doing enough.  We have to update
attcollation for each citext table column, and indcollation for each citext
index column, as well.  Per report from Rudolf van der Leeden.
2011-11-21 11:24:39 -05:00
..
expected
sql
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
citext--1.0.sql Don't quote language name 2011-11-17 18:27:54 -03:00
citext--unpackaged--1.0.sql Fix citext upgrade script to update derived copies of pg_type.typcollation. 2011-11-21 11:24:39 -05:00
citext.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
citext.control
Makefile