88 *
99 *
1010 * IDENTIFICATION
11- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.53 2002/07/20 08:24:18 meskes Exp $
11+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.54 2002/07/21 11:09:41 meskes Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
@@ -44,8 +44,6 @@ static ScanKeyword ScanKeywords[] = {
4444{"as" ,AS },
4545{"asc" ,ASC },
4646{"assertion" ,ASSERTION },
47- {"assignment" ,ASSIGNMENT },
48- {"asymmetric" ,ASYMMETRIC },
4947{"at" ,AT },
5048{"authorization" ,AUTHORIZATION },
5149{"backward" ,BACKWARD },
@@ -79,7 +77,6 @@ static ScanKeyword ScanKeywords[] = {
7977{"committed" ,COMMITTED },
8078{"constraint" ,CONSTRAINT },
8179{"constraints" ,CONSTRAINTS },
82- {"conversion" ,CONVERSION_P },
8380{"copy" ,COPY },
8481{"create" ,CREATE },
8582{"createdb" ,CREATEDB },
@@ -101,7 +98,6 @@ static ScanKeyword ScanKeywords[] = {
10198{"deferred" ,DEFERRED },
10299{"definer" ,DEFINER },
103100{"delete" ,DELETE_P },
104- {"delimiter" ,DELIMITER },
105101{"delimiters" ,DELIMITERS },
106102{"desc" ,DESC },
107103{"distinct" ,DISTINCT },
@@ -255,8 +251,6 @@ static ScanKeyword ScanKeywords[] = {
255251{"setof" ,SETOF },
256252{"share" ,SHARE },
257253{"show" ,SHOW },
258- {"similar" ,SIMILAR },
259- {"simple" ,SIMPLE },
260254{"smallint" ,SMALLINT },
261255{"some" ,SOME },
262256{"stable" ,STABLE },
@@ -268,7 +262,6 @@ static ScanKeyword ScanKeywords[] = {
268262{"storage" ,STORAGE },
269263{"strict" ,STRICT },
270264{"substring" ,SUBSTRING },
271- {"symmetric" ,SYMMETRIC },
272265{"sysid" ,SYSID },
273266{"table" ,TABLE },
274267{"temp" ,TEMP },
@@ -281,7 +274,6 @@ static ScanKeyword ScanKeywords[] = {
281274{"toast" ,TOAST },
282275{"trailing" ,TRAILING },
283276{"transaction" ,TRANSACTION },
284- {"treat" ,TREAT },
285277{"trigger" ,TRIGGER },
286278{"trim" ,TRIM },
287279{"true" ,TRUE_P },
@@ -312,7 +304,6 @@ static ScanKeyword ScanKeywords[] = {
312304{"with" ,WITH },
313305{"without" ,WITHOUT },
314306{"work" ,WORK },
315- {"write" ,WRITE },
316307{"year" ,YEAR_P },
317308{"zone" ,ZONE },
318309};