Allow I/O conversion casts to be applied to or from any type that is a member
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Jul 2008 21:23:17 +0000 (21:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Jul 2008 21:23:17 +0000 (21:23 +0000)
commit4a3be7e52d7e87d2c05ecc59bc4e7d20f0bc9b17
tree382565d0374a8b1aea10907423ce7e1ac34d9c29
parent5d039708d0f72bb007fbf30ba1a2576317e15842
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.
contrib/citext/expected/citext.out
contrib/citext/sql/citext.sql
doc/src/sgml/ref/create_cast.sgml
src/backend/parser/parse_coerce.c