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

2011-03-04 Thread Robert Haas
On Fri, Mar 4, 2011 at 5:04 AM, David Schmitt 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 th

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

2011-03-03 Thread David Schmitt
On 03.03.2011 16:08, Robert Haas wrote: On Tue, Feb 8, 2011 at 2:19 AM, David Schmitt wrote: Example query: SELECT column as zurück FROM table; results in corruption of the "ü" (umlaut u). This causes Npgsql to fail to match up the columns in the result set (see http://pgfoundry.org/tracker

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

2011-03-03 Thread Robert Haas
On Thu, Mar 3, 2011 at 11:51 AM, David Schmitt wrote: > On 03.03.2011 16:08, Robert Haas wrote: >> >> On Tue, Feb 8, 2011 at 2:19 AM, David Schmitt  wrote: >>> >>> Example query: >>> >>>  SELECT column as zurück FROM table; >>> >>> results in corruption of the "ü" (umlaut u). This causes Npgsql to

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

2011-03-03 Thread Robert Haas
On Tue, Feb 8, 2011 at 2:19 AM, David Schmitt wrote: > Example query: > >  SELECT column as zurück FROM table; > > results in corruption of the "ü" (umlaut u). This causes Npgsql to fail to > match up the columns in the result set (see > http://pgfoundry.org/tracker/?func=detail&aid=1010988&group_

[BUGS] BUG #5869: postgresql corrupts unquoted non-ascii chars in column aliases

2011-02-08 Thread David Schmitt
The following bug has been logged online: Bug reference: 5869 Logged by: David Schmitt Email address: da...@dasz.at PostgreSQL version: 8.4.5 Operating system: Windows 7 Description:postgresql corrupts unquoted non-ascii chars in column aliases Details: Example quer