Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ac334e9

Browse files
author
Michael Meskes
committed
Synced parser and keyword list.
1 parent 7864e0a commit ac334e9

File tree

3 files changed

+168
-160
lines changed

3 files changed

+168
-160
lines changed

src/interfaces/ecpg/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1810,6 +1810,10 @@ Thu Jun 17 13:50:06 CEST 2004
18101810

18111811
- Added patch by ISHIDA Akio to allow indicators in execute
18121812
statements.
1813+
1814+
Sun Jun 20 12:44:01 CEST 2004
1815+
1816+
- Synced parser and keyword list.
18131817
- Set pgtypes library version to 1.2.
18141818
- Set ecpg version to 3.2.0.
18151819
- Set compat library version to 1.2.

src/interfaces/ecpg/preproc/keywords.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -292,6 +292,7 @@ static ScanKeyword ScanKeywords[] = {
292292
{"substring", SUBSTRING},
293293
{"sysid", SYSID},
294294
{"table", TABLE},
295+
{"tablespace", TABLESPACE},
295296
{"temp", TEMP},
296297
{"template", TEMPLATE},
297298
{"temporary", TEMPORARY},

0 commit comments

Comments
 (0)