postgresql/contrib/citext
Tom Lane 42be2c790f 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.
2008-07-30 17:08:52 +00:00
..
expected Add a new, improved version of citext as a contrib module. 2008-07-29 18:31:20 +00:00
sql Add a new, improved version of citext as a contrib module. 2008-07-29 18:31:20 +00:00
citext.c Add a new, improved version of citext as a contrib module. 2008-07-29 18:31:20 +00:00
citext.sql.in Adjust citext to make use of the new ability to declare its type category: 2008-07-30 17:08:52 +00:00
Makefile Add a new, improved version of citext as a contrib module. 2008-07-29 18:31:20 +00:00
uninstall_citext.sql Adjust citext to make use of the new ability to declare its type category: 2008-07-30 17:08:52 +00:00