projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3dbc8f
)
Move SERVER to the right place in the alphabetically sorted keyword list.
author
Heikki Linnakangas
Tue, 28 Apr 2009 09:09:41 +0000
(09:09 +0000)
committer
Heikki Linnakangas
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 d1ff21946b9f2e017934c9768ece9bccd81587c1..7e2609eecc12b2401bab5ee8b2cc880582d739f2 100644
(file)
--- a/
src/backend/parser/gram.y
+++ b/
src/backend/parser/gram.y
@@
-11,7
+11,7
@@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.66
2 2009/04/06 08:42:52
heikki Exp $
+ * $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.66
3 2009/04/28 09:09:41
heikki Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
@@
-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