Adjust citext to make use of the new ability to declare its type category:

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 42be2c790f013fdd2df37e80eda35648b8016761
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-07-30T17:08:52Z
Releases: 8.4.0
Adjust citext to make use of the new ability to declare its type category:
by putting it into the standard string category, we cause casts from citext
to text to be recognized as "preferred" casts.  This eliminates the need
for creation of alias functions and operators that only serve to prevent
ambiguous-function errors; get rid of the ones that were in the original
commit.

Files

PathChange+/−
contrib/citext/citext.sql.in modified +5 −33
contrib/citext/uninstall_citext.sql modified +1 −6