Albin Blaschka wrote:
> Hello,
>
> In opposite I had said before it seems that it depends on the encoding
> of the database - if the database is encoded in UTF-8, I get no
> messages, in Latin-9 I *do*...
> So it seems that indeed Laurent and me have the same problem...
I assume whatever script you are running doesn't change the client encoding?
What happens if you do
SET client_encoding='utf-8'
before your query?
Regards, Dave