From: Peter Eisentraut Date: Thu, 29 Jan 2009 09:38:38 +0000 (+0000) Subject: Message fix X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=45d0c004d1671909bcc6cac093c018e618516c56;p=users%2Fsimon%2Fpostgres.git Message fix --- diff --git a/src/interfaces/ecpg/preproc/parse.pl b/src/interfaces/ecpg/preproc/parse.pl index 4400aee656..290717126d 100644 --- a/src/interfaces/ecpg/preproc/parse.pl +++ b/src/interfaces/ecpg/preproc/parse.pl @@ -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; }