BUG #5315: Unlisted keyword WINDOW

Поиск
Список
Период
Сортировка
От
Тема BUG #5315: Unlisted keyword WINDOW
Дата
Msg-id 201002051145.o15BjUAQ008957@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5315: Unlisted keyword WINDOW
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5315
Logged by:
Email address:      sulfinu@gmail.com
PostgreSQL version: 8.4.2
Operating system:   Gentoo Linux
Description:        Unlisted keyword WINDOW
Details:

According to the official documentation
(http://www.postgresql.org/docs/8.4/interactive/sql-keywords-appendix.html),
the SQL reserved keyword WINDOW is totally uninteresting to PostgreSQL.

But in real life the parser has a different opinion. Just try this:
create table a (
window integer,
c varchar(20));

So, either correct the parser (is there any use for the word WINDOW in
Postgres?) or the documentation.

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: unable to fail over to warm standby server
Следующее
От: "Gianfranco Frau"
Дата:
Сообщение: BUG #5316: not handled error in inherit queries