git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 143b8cb)
Add semicolon, missed in previous patch. And update the keyword list in
2010年10月22日 15:38:31 +0000 (18:38 +0300)
2010年10月22日 15:39:43 +0000 (18:39 +0300)
the docs to reflect that OFF is now unreserved. Spotted by Tom Lane.


diff --git a/doc/src/sgml/keywords.sgml b/doc/src/sgml/keywords.sgml
index 2fc180ae86b21967775f43019b9635ff96fac7d9..a3ed449c8f884914e634f564fadd82d33c933666 100644 (file)
--- a/doc/src/sgml/keywords.sgml
+++ b/doc/src/sgml/keywords.sgml
@@ -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>
diff --git a/src/backend/parser/gram.y b/src/backend/parser/gram.y
index de91ccc2147602d44967083a27157155c768c647..05ff0822c9f726475a66aa547e7f52370f800c5d 100644 (file)
--- a/src/backend/parser/gram.y
+++ b/src/backend/parser/gram.y
@@ -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:
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /