From d0483aec161bda4379085c1805450cce4f41b539 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 5 Feb 2010 19:34:57 +0000 Subject: [PATCH] Properly document that OVER and WINDOW are Postgres reserved words. --- doc/src/sgml/keywords.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/keywords.sgml b/doc/src/sgml/keywords.sgml index cb167ce10b..a7feacee34 100644 --- a/doc/src/sgml/keywords.sgml +++ b/doc/src/sgml/keywords.sgml @@ -1,4 +1,4 @@ - + <acronym>SQL</acronym> Key Words @@ -3521,7 +3521,7 @@ OVER - + reserved (can be function or type) reserved reserved @@ -5561,7 +5561,7 @@ WINDOW - + reserved reserved reserved -- 2.50.1