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 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])