Re: - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re:
Date
Msg-id 1098823450.2643.3.camel@fuji.krosing.net
Whole thread Raw
In response to  (Bernd Helmle <mailings@oopsware.de>)
Responses Re:
List pgsql-hackers
On T, 2004-10-26 at 14:02, Bernd Helmle wrote:

> - gram.y is only an ugly hack to get the CHECK OPTION working. needs deeper 
> efforts, because it makes WITH a reserved keyword....

IMHO it should be a reserved keyword. I once wrangled to fit ANSI SQL
recursive queries into postgres grammar and the only way I could do that
also forced me to make WITH a reserved keyword.

Thus I think that reserved keyword is what it is meant to be in the
first place ;)

----------
Hannu



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: timestamp with time zone a la sql99
Next
From: Mark Wong
Date:
Subject: DBT-3 Query 2 EXPLAIN ANALYZE differences