Re: A maybe-bug?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: A maybe-bug?
Дата
Msg-id 20621.1262907976@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: A maybe-bug?  (Russell Smith <mr-russ@pws.com.au>)
Список pgsql-general
Russell Smith <mr-russ@pws.com.au> writes:
> Really, I can't see how quoting an identifier should change the
> behaviour or resolved type.

REAL is not an identifier.  It's a keyword.  In fact, it's a reserved
word according to SQL99.  So if we were going to do anything about this,
it would be to reject the OP's CREATE DOMAIN command as invalid syntax.

            regards, tom lane

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

Предыдущее
От: Russell Smith
Дата:
Сообщение: Re: A maybe-bug?
Следующее
От: Yan Cheng Cheok
Дата:
Сообщение: create table if does not exists