Throw error if a <window definition> references a window that already has a

Tom Lane <tgl@sss.pgh.pa.us>

Commit: df0ea5a1cdc9b5a8ed172124818d42a9d33bc971
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-12-31T23:42:56Z
Releases: 8.4.0
Throw error if a <window definition> references a window that already has a
frame clause, as appears to be required by the fine print in the SQL spec.
Per discussion with Pavel, not doing so risks user confusion.

Files

PathChange+/−
doc/src/sgml/ref/select.sgml modified +6 −5
doc/src/sgml/syntax.sgml modified +12 −7
src/backend/parser/parse_clause.c modified +11 −2