Re: Bug #545: Keyword USER not detected in CREATE VIEW

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #545: Keyword USER not detected in CREATE VIEW
Дата
Msg-id 1687.1009558165@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #545: Keyword USER not detected in CREATE VIEW  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
>   avi=> create view z as select x as user from y;

> My expected result: an error message in CREATE VIEW

This is not a bug, it is intentional behavior.  "AS" names are not
restricted to be non-reserved words.

            regards, tom lane

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

Предыдущее
От: Darcy Buskermolen
Дата:
Сообщение: Re: Bug #545: Keyword USER not detected in CREATE VIEW
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: Bug #545: Keyword USER not detected in CREATE VIEW