BUG #5315: Unlisted keyword WINDOW

From: "" <sulfinu(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5315: Unlisted keyword WINDOW
Date: 2010-02-05 11:45:30
Message-ID: 201002051145.o15BjUAQ008957@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5315
Logged by:
Email address: sulfinu(at)gmail(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Gianfranco Frau 2010-02-05 11:53:06 BUG #5316: not handled error in inherit queries
Previous Message Heikki Linnakangas 2010-02-05 11:11:19 Re: unable to fail over to warm standby server