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)
commit431092f5a04e0756ed43339945e9786713791074
treead053b93042d7e123a373668ffa4bdcc353d2652
parent662fb67cbae01a820a43839e2ff9ebdac75a68ee
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