projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7759dc8
)
Move SERVER to the right place in the alphabetically sorted keyword list.
author
Heikki Linnakangas
<
[email protected]
>
Tue, 28 Apr 2009 09:09:41 +0000
(09:09 +0000)
committer
Heikki Linnakangas
<
[email protected]
>
Tue, 28 Apr 2009 09:09:41 +0000
(09:09 +0000)
src/backend/parser/gram.y
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/parser/gram.y
b/src/backend/parser/gram.y
index b4ee8ba227f90edde3dcbb27aa2f7248888e81a1..b5ec7cbd079ef3255b126ff5edc4e5a339628e37 100644
(file)
--- a/
src/backend/parser/gram.y
+++ b/
src/backend/parser/gram.y
@@
-10310,7
+10310,6
@@
unreserved_keyword:
| ROWS
| RULE
| SAVEPOINT
- | SERVER
| SCHEMA
| SCROLL
| SEARCH
@@
-10318,6
+10317,7
@@
unreserved_keyword:
| SECURITY
| SEQUENCE
| SERIALIZABLE
+ | SERVER
| SESSION
| SET
| SHARE