Re: BUG #5869: postgresql corrupts unquoted non-ascii chars in column aliases

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: David Schmitt <david(at)dasz(dot)at>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5869: postgresql corrupts unquoted non-ascii chars in column aliases
Date: 2011-03-04 20:42:49
Message-ID: AANLkTimQhe8A+8q1r=pdGS8tr_U3iNNBuUV0Wu1wHFpL@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Mar 4, 2011 at 5:04 AM, David Schmitt <david(at)dasz(dot)at> wrote:
> Ehh, I deserved that. Please see the attached screenshot for a demo of the
> problem. It is really easy to reproduce and I just re-tested the current
> 8.4.7-1-windows installer from enterprisedb.com.

Hmm, interesting. I don't see garbage there; I see nothing.
Actually, that's what I get on MacOS X, too. For example, the
following two statements produce identical output:

SELECT 1 AS xx
SELECT 1 AS xüx

In case it comes through garbled, the second one is x-umlaut-x on my
system. The umlaut isn't included in the resulting column header.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2011-03-04 20:48:55 Re: BUG #5915: OldSerXidAdd inflates pg_serial too much
Previous Message Heikki Linnakangas 2011-03-04 20:42:37 Re: BUG #5915: OldSerXidAdd inflates pg_serial too much