Skip to content
Snippets Groups Projects
Commit eb825d35 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix order of keywords, must be alphabetical.

parent 0f1802f0
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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[] = { ...@@ -135,10 +135,10 @@ static ScanKeyword ScanKeywords[] = {
{"natural", NATURAL}, {"natural", NATURAL},
{"nchar", NCHAR}, {"nchar", NCHAR},
{"new", NEW}, {"new", NEW},
{"no", NO},
{"nocreatedb", NOCREATEDB}, {"nocreatedb", NOCREATEDB},
{"nocreateuser", NOCREATEUSER}, {"nocreateuser", NOCREATEUSER},
{"none", NONE}, {"none", NONE},
{"no", NO},
{"not", NOT}, {"not", NOT},
{"nothing", NOTHING}, {"nothing", NOTHING},
{"notify", NOTIFY}, {"notify", NOTIFY},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment