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 143b8cb commit ae9ac79Copy full SHA for ae9ac79
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
@@ -1341,7 +1341,7 @@ opt_boolean_or_string:
1341
* by the ColId rule below. The action for booleans and strings
1342
* is the same, so we don't need to distinguish them here.
1343
*/
1344
- | ColId_or_Sconst { $$ = $1 }
+ | ColId_or_Sconst { $$ = $1; }
1345
;
1346
1347
/* Timezone values can be:
0 commit comments