Re: BUG #5845: Postgres does not seem to handle unquoted upper cased object identifiers

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #5845: Postgres does not seem to handle unquoted upper cased object identifiers
Дата
Msg-id 1295988611-sup-1649@alvh.no-ip.org
обсуждение исходный текст
Ответ на BUG #5845: Postgres does not seem to handle unquoted upper cased object identifiers  ("Kasia Tuszynska" <ktuszynska@esri.com>)
Список pgsql-bugs
Excerpts from Kasia Tuszynska's message of lun ene 24 16:48:21 -0300 2011:

> Basic issue:
> In the documentation Postgres states that it's identifiers (table, column
> names etc)are case insensitive and thus it stores everything in lower case.
> To preserve case of a identifier, the name needs to be quoted.


> But it's handing of incoming upper cased identifiers seems to be
> inconsistent.
> We have observed the following:
> create table á007 (objectid integer);
> select * from á007;Found
> select * from Á007;Not Found

Yes, this is a known limitation, but previous discussions about it
haven't led to finding a solution to the problem.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Multicolun index creation never completes on 9.0.1/solaris
Следующее
От: "Murray S. Kucherawy"
Дата:
Сообщение: Re: BUG #5837: PQstatus() fails to report lost connection