postgresql/contrib/citext
Tom Lane c8572986ad Allow I/O conversion casts to be applied to or from any type that is a member
of the STRING type category, thereby opening up the mechanism for user-defined
types.  This is mainly for the benefit of citext, though; there aren't likely
to be a lot of types that are all general-purpose character strings.
Per discussion with David Wheeler.
2008-07-30 21:23:17 +00:00
..
expected Allow I/O conversion casts to be applied to or from any type that is a member 2008-07-30 21:23:17 +00:00
sql Allow I/O conversion casts to be applied to or from any type that is a member 2008-07-30 21:23:17 +00:00
Makefile 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
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