BUG #13661: Using word LIMIT - Mailing list pgsql-bugs

From kmursk@rambler.ru
Subject BUG #13661: Using word LIMIT
Date
Msg-id 20151002093227.354.85561@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13661: Using word LIMIT  (John McKown <john.archie.mckown@gmail.com>)
Re: BUG #13661: Using word LIMIT  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13661
Logged by:          Danilenko Andrey
Email address:      kmursk@rambler.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

pgsql-bugs by date:

Previous
From: Maxim Boguk
Date:
Subject: Re: BUG #13657: Some kind of undetected deadlock between query and "startup process" on replica.
Next
From: Michal Leinweber
Date:
Subject: Re: BUG #13638: Exception texts from plperl has bad encoding