]> granicus.if.org Git - postgresql/commit
Throw error if a <window definition> references a window that already has a
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 31 Dec 2008 23:42:56 +0000 (23:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 31 Dec 2008 23:42:56 +0000 (23:42 +0000)
commitdf0ea5a1cdc9b5a8ed172124818d42a9d33bc971
tree12735480ffa5e81096917aef28f1f763f30f8869
parenteb273743ed741e5c8216dd91955612a94fd7022d
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.
doc/src/sgml/ref/select.sgml
doc/src/sgml/syntax.sgml
src/backend/parser/parse_clause.c