diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 0ae91821f3..7594f2ea55 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -573,8 +573,8 @@ HAVING condition WINDOW window_name AS ( window_definition ) [, ...] where window_name is - a name that can be referenced from subsequent window definitions or - OVER clauses, and + a name that can be referenced from OVER clauses or + subsequent window definitions, and window_definition is [ existing_window_name ]