BUG #6279: quoting needed for column name with non ascii chars

From: "Laurian Vostinar" <lvostinar(at)servoy(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6279: quoting needed for column name with non ascii chars
Date: 2011-10-31 12:38:11
Message-ID: 201110311238.p9VCcBpX000811@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 6279
Logged by: Laurian Vostinar
Email address: lvostinar(at)servoy(dot)com
PostgreSQL version: 9.0
Operating system: Windows 7
Description: quoting needed for column name with non ascii chars
Details:

I run sql from pg-admin:

create table a(straßße int)

On windows this creates a column which has empty name. However, it works
well on Linux and Mac.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2011-10-31 12:50:18 Re: BUG #6275: Horrible performance regression
Previous Message Laurian Vostinar 2011-10-31 12:33:23 Fwd: Re: [BUGS] BUG #6253: JDBC driver: getIndexInfo() returns quotes around quoted column names