Move SERVER to the right place in the alphabetically sorted keyword list.

This commit is contained in:
Heikki Linnakangas 2009-04-28 09:09:41 +00:00
parent b3dbc8fc1f
commit a4278fd858
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.662 2009/04/06 08:42:52 heikki Exp $
* $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.663 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