Re: BUG #6279: quoting needed for column name with non ascii chars - Mailing list pgsql-bugs

From Robert Haas
Subject Re: BUG #6279: quoting needed for column name with non ascii chars
Date
Msg-id CA+TgmoZ1Keqv8txYw5bMVv3KaNMypPoDUy_7EN3e757V2F4odA@mail.gmail.com
Whole thread Raw
In response to BUG #6279: quoting needed for column name with non ascii chars  ("Laurian Vostinar" <lvostinar@servoy.com>)
List pgsql-bugs
On Mon, Oct 31, 2011 at 8:38 AM, Laurian Vostinar <lvostinar@servoy.com> wr=
ote:
>
> The following bug has been logged online:
>
> Bug reference: =A0 =A0 =A06279
> Logged by: =A0 =A0 =A0 =A0 =A0Laurian Vostinar
> Email address: =A0 =A0 =A0lvostinar@servoy.com
> PostgreSQL version: 9.0
> Operating system: =A0 Windows 7
> Description: =A0 =A0 =A0 =A0quoting needed for column name with non ascii=
 chars
> Details:
>
> I run sql from pg-admin:
>
> create table a(stra=DF=DFe int)
>
> On windows this creates a column which has empty name. However, it works
> well on Linux and Mac.

What happens if you run the same command from psql?

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

pgsql-bugs by date:

Previous
From: Robert Haas
Date:
Subject: Re: server connection
Next
From: Tom Lane
Date:
Subject: Re: BUG #6278: Index scans on '>' condition on field with many NULLS