Commit a10a951a authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

New keyword: SEQUENCE.

parent b5ee45e1
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -122,6 +122,7 @@ static ScanKeyword ScanKeywords[] = { ...@@ -122,6 +122,7 @@ static ScanKeyword ScanKeywords[] = {
{ "rollback", ROLLBACK }, { "rollback", ROLLBACK },
{ "rule", RULE }, { "rule", RULE },
{ "select", SELECT }, { "select", SELECT },
{ "sequence", SEQUENCE },
{ "set", SET }, { "set", SET },
{ "setof", SETOF }, { "setof", SETOF },
{ "stdin", STDIN }, { "stdin", STDIN },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment