1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

CHECK/DEFAULT syntax

This commit is contained in:
Vadim B. Mikheev
1997-08-20 01:12:38 +00:00
parent bb951c6cb4
commit 4527172b80
3 changed files with 163 additions and 25 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.10 1997/04/23 06:04:46 vadim Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.11 1997/08/20 01:12:04 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -54,6 +54,7 @@ static ScanKeyword ScanKeywords[] = {
{ "by", BY },
{ "cast", CAST },
{ "change", CHANGE },
{ "check", CHECK },
{ "close", CLOSE },
{ "cluster", CLUSTER },
{ "column", COLUMN },
@@ -64,6 +65,7 @@ static ScanKeyword ScanKeywords[] = {
{ "cursor", CURSOR },
{ "database", DATABASE },
{ "declare", DECLARE },
{ "default", DEFAULT },
{ "delete", DELETE },
{ "delimiters", DELIMITERS },
{ "desc", DESC },