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

CREATE/DROP TRIGGER syntax

This commit is contained in:
Vadim B. Mikheev
1997-09-04 13:24:26 +00:00
parent 0badb77e73
commit bad4bc40b9
2 changed files with 102 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.13 1997/09/01 05:53:31 thomas Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.14 1997/09/04 13:24:26 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -133,6 +133,7 @@ static ScanKeyword ScanKeywords[] = {
{ "outer", OUTERJOIN },
{ "position", POSITION },
{ "privileges", PRIVILEGES },
{ "procedure", PROCEDURE },
{ "public", PUBLIC },
{ "purge", PURGE },
{ "recipe", RECIPE },
@@ -160,6 +161,7 @@ static ScanKeyword ScanKeywords[] = {
{ "to", TO },
{ "transaction", TRANSACTION },
{ "trailing", TRAILING },
{ "trigger", TRIGGER },
{ "trim", TRIM },
{ "type", P_TYPE },
{ "union", UNION },