Add semicolon, missed in previous patch. And update the keyword list in
authorHeikki Linnakangas
Fri, 22 Oct 2010 15:38:31 +0000 (18:38 +0300)
committerHeikki Linnakangas
Fri, 22 Oct 2010 15:39:43 +0000 (18:39 +0300)
the docs to reflect that OFF is now unreserved. Spotted by Tom Lane.

doc/src/sgml/keywords.sgml
src/backend/parser/gram.y

index 2fc180ae86b21967775f43019b9635ff96fac7d9..a3ed449c8f884914e634f564fadd82d33c933666 100644 (file)
    
    
     OFF
-    reserved
+    non-reserved
     non-reserved
     non-reserved
     reserved
index de91ccc2147602d44967083a27157155c768c647..05ff0822c9f726475a66aa547e7f52370f800c5d 100644 (file)
@@ -1341,7 +1341,7 @@ opt_boolean_or_string:
             * by the ColId rule below. The action for booleans and strings
             * is the same, so we don't need to distinguish them here.
             */
-           | ColId_or_Sconst                       { $$ = $1 }
+           | ColId_or_Sconst                       { $$ = $1; }
        ;
 
 /* Timezone values can be: