Re: BUG #2302: not a bug

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: BUG #2302: not a bug
Дата
Msg-id 20060306132543.E10372@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: BUG #2302: not a bug  (Reece Hart <reece@harts.net>)
Список pgsql-bugs
On Mon, 6 Mar 2006, Reece Hart wrote:

> On Mon, 2006-03-06 at 11:03 +0000, Alexander Pivovarov wrote:
> > e.g. I have a table "weather".
> > when I run:
> > mydb=# \d "weatheR"
> > Did not find any relation named ""weatheR"".
> >
> > weatheR is double quoted by "" in error message
>
> This is not a bug.  Quoting always makes identifiers case-sensitive, per
> the SQL standard.

I think the problem being reported is the fact that the double quoted
identifier is itself double quoted in the error message, not the fact
that it gave an error in the first place. Presumably the error should be:
 Did not find any relation named "weatheR".

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

Предыдущее
От: Reece Hart
Дата:
Сообщение: Re: BUG #2302: not a bug
Следующее
От: "Massimo Fidanza"
Дата:
Сообщение: BUG #2303: UPDATE from manual is incorrect