BUG #13661: Using word LIMIT

From: kmursk(at)rambler(dot)ru
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13661: Using word LIMIT
Date: 2015-10-02 09:32:27
Message-ID: 20151002093227.354.85561@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13661
Logged by: Danilenko Andrey
Email address: kmursk(at)rambler(dot)ru
PostgreSQL version: 9.4.1
Operating system: Windows
Description:

Word LIMIT is a clause of SQL-statement and could not be used as a name of
column. But it is possible to create table with this column-name. And for
all that such column-name transforms in upper case. That is bug, because
there shoud not be possibility to use name LIMIT at all with clause CREATE
TABLE. And moreover there shoud not be implicit case-transformation

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michal Leinweber 2015-10-02 11:07:17 Re: BUG #13638: Exception texts from plperl has bad encoding
Previous Message Maxim Boguk 2015-10-02 08:52:23 Re: BUG #13657: Some kind of undetected deadlock between query and "startup process" on replica.