8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ee45e commit a10a951Copy full SHA for a10a951
src/backend/parser/keywords.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.7 1997/03/02 01:03:07 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.8 1997/04/02 04:49:13 vadim Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -122,6 +122,7 @@ static ScanKeyword ScanKeywords[] = {
122
{ "rollback", ROLLBACK },
123
{ "rule", RULE },
124
{ "select", SELECT },
125
+ { "sequence", SEQUENCE },
126
{ "set", SET },
127
{ "setof", SETOF },
128
{ "stdin", STDIN },
0 commit comments