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.
This commit is contained in:
Heikki Linnakangas 2010-10-22 18:38:31 +03:00
parent 5c84fe4607
commit 57b80b4c46
2 changed files with 2 additions and 2 deletions

View File

@ -3553,7 +3553,7 @@
</row>
<row>
<entry><token>OFF</token></entry>
<entry>reserved</entry>
<entry>non-reserved</entry>
<entry>non-reserved</entry>
<entry>non-reserved</entry>
<entry>reserved</entry>

View File

@ -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: