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

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Laurian Vostinar <lvostinar(at)servoy(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6279: quoting needed for column name with non ascii chars
Date: 2011-10-31 16:26:59
Message-ID: CA+TgmoZ1Keqv8txYw5bMVv3KaNMypPoDUy_7EN3e757V2F4odA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Oct 31, 2011 at 8:38 AM, Laurian Vostinar <lvostinar(at)servoy(dot)com> wrote:
>
> 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.

What happens if you run the same command from psql?

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2011-10-31 16:43:48 Re: BUG #6278: Index scans on '>' condition on field with many NULLS
Previous Message Robert Haas 2011-10-31 16:15:36 Re: server connection