Eric Faulhaber <ecf(at)goldencode(dot)com> writes:
> Can anyone help me understand why converting the NULL code point (0000)
> from UTF8 to ISO8859_1 is no longer legal in v8.1.4?
Embedded nulls in text strings have never behaved sanely in PG ... or
hadn't you noticed? You'd have been better off passing an empty string,
because that was effectively what you were getting.
regards, tom lane