Re: Array access to type "name" - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Array access to type "name"
Date
Msg-id 6933.1051474311@sss.pgh.pa.us
Whole thread Raw
In response to Re: Array access to type "name"  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Btw., the issue is even a bit more serious than the example I posted:
> $ dropdb test
> $ createdb -E UNICODE test
> $ psql test
> => create table �land (a int);
> => \d
> ERROR:  Could not convert UTF-8 to ISO8859-1
> (Latest sources.)

I still can't duplicate this, but I see different behavior now that
I've fixed that silliness of not having any encoding conversion on
incoming queries.  Would you check again with CVS tip?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: current breakage with PGCLIENTENCODING
Next
From: "Sumaira Ali -"
Date:
Subject: PROCLOCK