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

Commitfb9d628

Browse files
author
Michael Meskes
committed
Synced addon rules after some renamings.
1 parenta160c42 commitfb9d628

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/interfaces/ecpg/preproc/ecpg.addons

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.addons,v 1.9 2009/11/26 15:06:47 meskes Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.addons,v 1.10 2009/11/26 15:39:26 meskes Exp $ */
22
ECPG: stmtClosePortalStmt block
33
{
44
if (INFORMIX_MODE)
@@ -188,14 +188,14 @@ ECPG: stmtViewStmt rule
188188

189189
output_simple_statement($1);
190190
}
191-
ECPG:CopyStmtCOPYopt_binaryqualified_nameopt_column_listopt_oidscopy_fromcopy_file_namecopy_delimiteropt_withcopy_opt_list addon
191+
ECPG:CopyStmtCOPYopt_binaryqualified_nameopt_column_listopt_oidscopy_fromcopy_file_namecopy_delimiteropt_withcopy_options addon
192192
if (strcmp($6, "to") == 0 && strcmp($7, "stdin") == 0)
193193
mmerror(PARSE_ERROR, ET_ERROR, "COPY TO STDIN is not possible");
194194
else if (strcmp($6, "from") == 0 && strcmp($7, "stdout") == 0)
195195
mmerror(PARSE_ERROR, ET_ERROR, "COPY FROM STDOUT is not possible");
196196
else if (strcmp($6, "from") == 0 && strcmp($7, "stdin") == 0)
197197
mmerror(PARSE_ERROR, ET_WARNING, "COPY FROM STDIN is not implemented");
198-
ECPG:CopyStmtCOPYselect_with_parensTOcopy_file_nameopt_withcopy_opt_list addon
198+
ECPG:CopyStmtCOPYselect_with_parensTOcopy_file_nameopt_withcopy_options addon
199199
if (strcmp($4, "stdin") == 0)
200200
mmerror(PARSE_ERROR, ET_ERROR, "COPY TO STDIN is not possible");
201201
ECPG: ConstraintAttributeSpecConstraintDeferrabilitySpecConstraintTimeSpec addon
@@ -453,7 +453,7 @@ ECPG: FetchStmtMOVEfetch_args rule
453453
add_additional_variables($4, false);
454454
$$ = cat_str(2, make_str("move backward from"), cursor_marker);
455455
}
456-
ECPG:select_limitLIMITselect_limit_value','select_offset_value block
456+
ECPG:limit_clauseLIMITselect_limit_value','select_offset_value block
457457
{
458458
mmerror(PARSE_ERROR, ET_WARNING, "no longer supported LIMIT #,# syntax passed to server");
459459
$$ = cat_str(4, make_str("limit"), $2, make_str(","), $4);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp