8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c84fe4 commit 57b80b4Copy full SHA for 57b80b4
doc/src/sgml/keywords.sgml
@@ -3553,7 +3553,7 @@
3553
</row>
3554
<row>
3555
<entry><token>OFF</token></entry>
3556
- <entry>reserved</entry>
+ <entry>non-reserved</entry>
3557
<entry>non-reserved</entry>
3558
3559
<entry>reserved</entry>
src/backend/parser/gram.y
@@ -1347,7 +1347,7 @@ opt_boolean_or_string:
1347
* by the ColId rule below. The action for booleans and strings
1348
* is the same, so we don't need to distinguish them here.
1349
*/
1350
- | ColId_or_Sconst { $$ = $1 }
+ | ColId_or_Sconst { $$ = $1; }
1351
;
1352
1353
/* Timezone values can be:
0 commit comments