Hi Andreas,
Thanks for the fix!!
Cheers
Pete
> I guess your client_encoding does not match the encoding of your data.
> If the 0xfc is the "ü" in "müller", then your data is probably encoded
> as latin-1 / iso-8859-1.
>
> set client_encoding to 'iso-8859-1';
>
> before your statements should set up proper conversion.
>
> HTH
> Andreas
> --