Re: Correct place for feature requests

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Correct place for feature requests
Date: 2015-06-25 19:33:24
Message-ID: 20150625193324.GM3289@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John R Pierce wrote:
> On 6/25/2015 11:59 AM, Алексей Бережняк wrote:

> >Or maybe some option that will make double quotes case-insensitive.
>
> the current behavior is compliant with the SQL specification. if you want
> case-insensitive, don't quote the identifiers. if you do quote them, they
> are implicitly case sensitive according to the specifications.

What happens if you have spaces in your identifiers?

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2015-06-25 19:39:43 Re: Correct place for feature requests
Previous Message John R Pierce 2015-06-25 19:29:04 Re: Correct place for feature requests