Thanks to visit codestin.com Credit goes to github.com
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 d40885c commit c0784f6Copy full SHA for c0784f6
src/backend/parser/keywords.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.11 1997/08/20 01:12:04 vadim Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.12 1997/08/22 14:33:21 vadim Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -59,6 +59,7 @@ static ScanKeyword ScanKeywords[] = {
59
{ "cluster", CLUSTER },
60
{ "column", COLUMN },
61
{ "commit", COMMIT },
62
+ { "constraint", CONSTRAINT },
63
{ "copy", COPY },
64
{ "create", CREATE },
65
{ "current", CURRENT },
0 commit comments