From: Heikki Linnakangas Date: Tue, 28 Apr 2009 09:09:41 +0000 (+0000) Subject: Move SERVER to the right place in the alphabetically sorted keyword list. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2090908b9df634ca5abe425b94ed83614180357f;p=users%2Fsimon%2Fpostgres.git Move SERVER to the right place in the alphabetically sorted keyword list. --- diff --git a/src/backend/parser/gram.y b/src/backend/parser/gram.y index b4ee8ba227..b5ec7cbd07 100644 --- 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