Re: patch for temporary view from TODO list - Mailing list pgsql-patches

From Neil Conway
Subject Re: patch for temporary view from TODO list
Date
Msg-id 1107323551.26960.8.camel@localhost.localdomain
Whole thread Raw
In response to Re: patch for temporary view from TODO list  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Wed, 2005-02-02 at 00:39 -0500, Tom Lane wrote:
> Maybe I'm reading the wrong thing, but the only uses of CASCADED-with-
> a-D that I see in the spec are in the context of WITH CHECK OPTION,
> which this patch does not implement.

Precisely; prior to the patch, WITH CHECK OPTION was documented in the
CREATE VIEW reference page, it was merely done incorrectly ("CASCADE",
not "CASCADED"). This patch corrects that documentation. Whether it is
worth documenting the syntax of unsupported features in the first place
is questionable, but if we're going to do it, we may as well do it
right.

-Neil



pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: patch for temporary view from TODO list
Next
From: Neil Conway
Date:
Subject: Re: patch for temporary view from TODO list