From ca6566612cfb2a4eb15d31aab5df312ebb786372 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 7 Jun 2013 00:08:02 -0400 Subject: [PATCH] Minor docs wordsmithing. Swap the order of a couple of phrases to clarify what the adjective "subsequent" applies to. Joshua Tolley --- doc/src/sgml/ref/select.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 2aa04666f1a..5bfacb81bd4 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -601,8 +601,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 ] -- 2.39.5