> Anyone see something I missed? Tatsuo, what exactly should the function
> signature really be for all those encoding conversion functions you just
> added?
test=# \df iso8859_1_to_utf8
List of functions
Result data type | Schema | Name | Argument data types
------------------+------------+-------------------+---------------------------------
integer | pg_catalog | iso8859_1_to_utf8 | integer, integer, -, -, integer
(1 row)
--
Tatsuo Ishii