File tree 3 files changed +168
-160
lines changed
3 files changed +168
-160
lines changed Original file line number Diff line number Diff line change @@ -1810,6 +1810,10 @@ Thu Jun 17 13:50:06 CEST 2004
1810
1810
1811
1811
- Added patch by ISHIDA Akio to allow indicators in execute
1812
1812
statements.
1813
+
1814
+ Sun Jun 20 12:44:01 CEST 2004
1815
+
1816
+ - Synced parser and keyword list.
1813
1817
- Set pgtypes library version to 1.2.
1814
1818
- Set ecpg version to 3.2.0.
1815
1819
- Set compat library version to 1.2.
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.62 2004/04/29 14:08:10 meskes Exp $
11
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.63 2004/06/20 10:45:47 meskes Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
@@ -292,6 +292,7 @@ static ScanKeyword ScanKeywords[] = {
292
292
{"substring" , SUBSTRING },
293
293
{"sysid" , SYSID },
294
294
{"table" , TABLE },
295
+ {"tablespace" , TABLESPACE },
295
296
{"temp" , TEMP },
296
297
{"template" , TEMPLATE },
297
298
{"temporary" , TEMPORARY },
You can’t perform that action at this time.
0 commit comments