BUG #16224: Postgresql - First columnName is where clause has be double brackets?

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16224: Postgresql - First columnName is where clause has be double brackets?
Дата
Msg-id 16224-c4e28f9d8dc0b666@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16224: Postgresql - First columnName is where clause has bedouble brackets?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16224
Logged by:          Girish
Email address:      girisa67@gmail.com
PostgreSQL version: 10.0
Operating system:   Windows 10
Description:

Hi,

In Postgresql SELECT query first columnName should be enclosed with in
double quotes("columnname") and second column not required to enclose in
double quotes. Is that a bug with postgresql?

SELECT DISTINCT * FROM tabelName WHERE "CommodityId" = 1 AND column2 = 1;


В списке pgsql-bugs по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16223: Performance regression between 11.6 and 12.1 in an SQL query with a recursive CTE based on function
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #16224: Postgresql - First columnName is where clause has bedouble brackets?