Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd258fb9

Browse files
author
Michael Meskes
committed
ecpg now accepts array elements as arguments.
1 parent450d7e2 commitd258fb9

File tree

4 files changed

+625
-436
lines changed

4 files changed

+625
-436
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,6 +1436,11 @@ Tue May 20 11:47:00 CEST 2003
14361436
Thu May 22 09:33:54 CEST 2003
14371437

14381438
- ecpg now recognizes named struct/union usage.
1439+
1440+
Fri May 23 11:46:15 CEST 2003
1441+
1442+
- Synced parser and keyword table.
1443+
- ecpg now accepts array elements as input variables.
14391444
- Set ecpg version to 2.12.0.
14401445
- Set ecpg library to 3.4.2.
14411446
- Set pgtypes library to 1.0.0

‎src/interfaces/ecpg/preproc/keywords.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.57 2003/05/16 04:59:22 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.58 2003/05/23 15:19:34 meskes Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -41,6 +41,7 @@ static ScanKeyword ScanKeywords[] = {
4141
{"analyze",ANALYZE},
4242
{"and",AND},
4343
{"any",ANY},
44+
{"array",ARRAY},
4445
{"as",AS},
4546
{"asc",ASC},
4647
{"assertion",ASSERTION},
@@ -126,6 +127,7 @@ static ScanKeyword ScanKeywords[] = {
126127
{"extract",EXTRACT},
127128
{"false",FALSE_P},
128129
{"fetch",FETCH},
130+
{"first",FIRST_P},
129131
{"float",FLOAT_P},
130132
{"for",FOR},
131133
{"force",FORCE},
@@ -141,6 +143,7 @@ static ScanKeyword ScanKeywords[] = {
141143
{"group",GROUP_P},
142144
{"handler",HANDLER},
143145
{"having",HAVING},
146+
{"hold",HOLD},
144147
{"hour",HOUR_P},
145148
{"ilike",ILIKE},
146149
{"immediate",IMMEDIATE},
@@ -170,6 +173,7 @@ static ScanKeyword ScanKeywords[] = {
170173
{"key",KEY},
171174
{"lancompiler",LANCOMPILER},
172175
{"language",LANGUAGE},
176+
{"last",LAST_P},
173177
{"leading",LEADING},
174178
{"left",LEFT},
175179
{"level",LEVEL},
@@ -241,6 +245,7 @@ static ScanKeyword ScanKeywords[] = {
241245
{"rename",RENAME},
242246
{"replace",REPLACE},
243247
{"reset",RESET},
248+
{"restart",RESTART},
244249
{"restrict",RESTRICT},
245250
{"returns",RETURNS},
246251
{"revoke",REVOKE},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp