Fix order of keywords, must be alphabetical.
authorBruce Momjian
Tue, 16 Dec 1997 05:04:00 +0000 (05:04 +0000)
committerBruce Momjian
Tue, 16 Dec 1997 05:04:00 +0000 (05:04 +0000)
src/backend/parser/keywords.c

index c51cc1f33d318f61888c56992f1b9d01567d29d3..085be80824c6c5d253df7b940f63d3e857b366a0 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.27 1997/12/04 00:27:04 scrappy Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.28 1997/12/16 05:04:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -135,10 +135,10 @@ static ScanKeyword ScanKeywords[] = {
    {"natural", NATURAL},
    {"nchar", NCHAR},
    {"new", NEW},
+   {"no", NO},
    {"nocreatedb", NOCREATEDB},
    {"nocreateuser", NOCREATEUSER},
    {"none", NONE},
-   {"no", NO},
    {"not", NOT},
    {"nothing", NOTHING},
    {"notify", NOTIFY},