diff options
| author | Peter Eisentraut | 2009-01-29 09:38:38 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2009-01-29 09:38:38 +0000 |
| commit | 7adbd7665585584b0b9e1abfcc5548da6a406af6 (patch) | |
| tree | fb832f5382065a5cebc9b6046673fc1cec4becb3 /src/interfaces/ecpg | |
| parent | 3ca7eddbb7c4803729d385a0c9535d8a972ee03f (diff) | |
Message fix
Diffstat (limited to 'src/interfaces/ecpg')
| -rw-r--r-- | src/interfaces/ecpg/preproc/parse.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/preproc/parse.pl b/src/interfaces/ecpg/preproc/parse.pl index 393dbd0daeb..aa76daf08b1 100644 --- a/src/interfaces/ecpg/preproc/parse.pl +++ b/src/interfaces/ecpg/preproc/parse.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/parse.pl,v 1.2 2009/01/01 17:24:02 momjian Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/parse.pl,v 1.3 2009/01/29 09:38:38 petere Exp $ # parser generater for ecpg # call with backend parser as stdin # @@ -371,7 +371,7 @@ sub dump_fields { # filter out ExecuteStmt: CREATE OptTemp TABLE ... # because the warning there is only valid in some situations if ($flds{0} ne 'create' || $flds{2} ne 'table') { - &add_to_buffer('rules', "mmerror(PARSE_ERROR, ET_WARNING, \"unsupported feature will be passed to backend\\n\");"); + &add_to_buffer('rules', "mmerror(PARSE_ERROR, ET_WARNING, \"unsupported feature will be passed to server\");"); } $feature_not_supported = 0; } |
