aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2010-10-22 18:38:31 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2010-10-22 18:38:31 +0300
commit57b80b4c466f224b6623e38081cea6e6d2fe0744 (patch)
treed616acad69cb91b16b06825eeb7dba8909f67d67 /src
parent5c84fe4607907b22e45433195fec800d23ac1f49 (diff)
downloadpostgresql-57b80b4c466f224b6623e38081cea6e6d2fe0744.tar.gz
postgresql-57b80b4c466f224b6623e38081cea6e6d2fe0744.zip
Add semicolon, missed in previous patch. And update the keyword list in
the docs to reflect that OFF is now unreserved. Spotted by Tom Lane.
Diffstat (limited to 'src')
-rw-r--r--src/backend/parser/gram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/gram.y b/src/backend/parser/gram.y
index 71315c54808..c4165f0bf07 100644
--- a/src/backend/parser/gram.y
+++ b/src/backend/parser/gram.y
@@ -1347,7 +1347,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: