Re: Array access to type "name"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Array access to type "name"
Date: 2003-04-27 20:11:51
Message-ID: 6933.1051474311@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sumaira Ali - 2003-04-27 20:42:54 PROCLOCK
Previous Message Tom Lane 2003-04-27 19:06:43 Re: current breakage with PGCLIENTENCODING