diff options
| author | Michael Meskes <meskes@postgresql.org> | 2000-09-19 11:47:16 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2000-09-19 11:47:16 +0000 |
| commit | e9c3f0255fb54600e1c03533cc2e72d78928634d (patch) | |
| tree | e8bee36a63e6a5958cd6e08faa024b1065357aa7 /src/interfaces/ecpg/preproc/keywords.c | |
| parent | a5a290cab923c8203ed01631989daa616003ebf8 (diff) | |
| download | postgresql-e9c3f0255fb54600e1c03533cc2e72d78928634d.tar.gz | |
*** empty log message ***
Diffstat (limited to 'src/interfaces/ecpg/preproc/keywords.c')
| -rw-r--r-- | src/interfaces/ecpg/preproc/keywords.c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/keywords.c b/src/interfaces/ecpg/preproc/keywords.c index dd93a1c2d6..06d4f3319b 100644 --- a/src/interfaces/ecpg/preproc/keywords.c +++ b/src/interfaces/ecpg/preproc/keywords.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.28 2000/06/12 19:40:55 momjian Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.29 2000/09/19 11:47:14 meskes Exp $ * *------------------------------------------------------------------------- */ @@ -55,8 +55,10 @@ static ScanKeyword ScanKeywords[] = { {"cascade", CASCADE}, {"case", CASE}, {"cast", CAST}, + {"chain", CHAIN}, {"char", CHAR}, {"character", CHARACTER}, + {"characteristics", CHARACTERISTICS}, {"check", CHECK}, {"close", CLOSE}, {"cluster", CLUSTER}, @@ -100,6 +102,7 @@ static ScanKeyword ScanKeywords[] = { {"else", ELSE}, {"encoding", ENCODING}, {"end", END_TRANS}, + {"escape", ESCAPE}, {"except", EXCEPT}, {"exclusive", EXCLUSIVE}, {"execute", EXECUTE}, @@ -123,6 +126,7 @@ static ScanKeyword ScanKeywords[] = { {"handler", HANDLER}, {"having", HAVING}, {"hour", HOUR_P}, + {"ilike", ILIKE}, {"immediate", IMMEDIATE}, {"in", IN}, {"increment", INCREMENT}, @@ -130,6 +134,7 @@ static ScanKeyword ScanKeywords[] = { {"inherits", INHERITS}, {"initially", INITIALLY}, {"inner", INNER_P}, + {"inout", INOUT}, {"insensitive", INSENSITIVE}, {"insert", INSERT}, {"instead", INSTEAD}, @@ -178,6 +183,7 @@ static ScanKeyword ScanKeywords[] = { {"nullif", NULLIF}, {"numeric", NUMERIC}, {"of", OF}, + {"off", OFF}, {"offset", OFFSET}, {"oids", OIDS}, {"old", OLD}, @@ -188,9 +194,11 @@ static ScanKeyword ScanKeywords[] = { {"overlaps", OVERLAPS}, {"or", OR}, {"order", ORDER}, + {"out", OUT}, {"outer", OUTER_P}, {"partial", PARTIAL}, {"password", PASSWORD}, + {"path", PATH_P}, {"pendant", PENDANT}, {"position", POSITION}, {"precision", PRECISION}, @@ -213,12 +221,14 @@ static ScanKeyword ScanKeywords[] = { {"rollback", ROLLBACK}, {"row", ROW}, {"rule", RULE}, + {"schema", SCHEMA}, {"scroll", SCROLL}, {"second", SECOND_P}, {"select", SELECT}, {"sequence", SEQUENCE}, {"serial", SERIAL}, {"serializable", SERIALIZABLE}, + {"session", SESSION}, {"session_user", SESSION_USER}, {"set", SET}, {"setof", SETOF}, @@ -240,6 +250,7 @@ static ScanKeyword ScanKeywords[] = { {"timezone_hour", TIMEZONE_HOUR}, {"timezone_minute", TIMEZONE_MINUTE}, {"to", TO}, + {"toast", TOAST}, {"trailing", TRAILING}, {"transaction", TRANSACTION}, {"trigger", TRIGGER}, @@ -267,6 +278,7 @@ static ScanKeyword ScanKeywords[] = { {"when", WHEN}, {"where", WHERE}, {"with", WITH}, + {"without", WITHOUT}, {"work", WORK}, {"year", YEAR_P}, {"zone", ZONE}, |
