Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 07ed634

Browse files
committed
Resort keywords for Jan.
1 parent acdf3c2 commit 07ed634

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/backend/parser/keywords.c

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.46 1998/09/30 05:47:57 thomas Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.47 1998/10/18 23:29:27 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -66,9 +66,7 @@ static ScanKeyword ScanKeywords[] = {
6666
{"createdb", CREATEDB},
6767
{"createuser", CREATEUSER},
6868
{"cross", CROSS},
69-
{"current", CURRENT}, /* 6.4 to 6.5 is migration time! CURRENT
70-
* will be removed in 6.5! Use OLD keyword
71-
* in rules. Jan */
69+
{"current", CURRENT}, /* 6.4 to 6.5 is migration time! CURRENT will be removed in 6.5! Use OLD keyword in rules. Jan */
7270
{"current_date", CURRENT_DATE},
7371
{"current_time", CURRENT_TIME},
7472
{"current_timestamp", CURRENT_TIMESTAMP},
@@ -114,8 +112,8 @@ static ScanKeyword ScanKeywords[] = {
114112
{"index", INDEX},
115113
{"inherits", INHERITS},
116114
{"inner", INNER_P},
117-
{"insert", INSERT},
118115
{"insensitive", INSENSITIVE},
116+
{"insert", INSERT},
119117
{"instead", INSTEAD},
120118
{"interval", INTERVAL},
121119
{"into", INTO},

0 commit comments

Comments
 (0)