Resort keywords for Jan.
authorBruce Momjian <[email protected]>
Sun, 18 Oct 1998 23:29:27 +0000 (23:29 +0000)
committerBruce Momjian <[email protected]>
Sun, 18 Oct 1998 23:29:27 +0000 (23:29 +0000)
src/backend/parser/keywords.c

index bf7e0e0b86ab977d20e32822b9f3ffe7ae79b853..07c310e57b8e5c18d2a9b57e5fdc2870bbea1d13 100644 (file)
@@ -66,9 +66,7 @@ static ScanKeyword ScanKeywords[] = {
        {"createdb", CREATEDB},
        {"createuser", CREATEUSER},
        {"cross", CROSS},
-       {"current", CURRENT},           /* 6.4 to 6.5 is migration time! CURRENT
-                                                                * will be removed in 6.5! Use OLD keyword
-                                                                * in rules. Jan */
+       {"current", CURRENT},           /* 6.4 to 6.5 is migration time! CURRENT will be removed in 6.5! Use OLD keyword in rules. Jan */
        {"current_date", CURRENT_DATE},
        {"current_time", CURRENT_TIME},
        {"current_timestamp", CURRENT_TIMESTAMP},
@@ -114,8 +112,8 @@ static ScanKeyword ScanKeywords[] = {
        {"index", INDEX},
        {"inherits", INHERITS},
        {"inner", INNER_P},
-       {"insert", INSERT},
        {"insensitive", INSENSITIVE},
+       {"insert", INSERT},
        {"instead", INSTEAD},
        {"interval", INTERVAL},
        {"into", INTO},