Message fix
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 29 Jan 2009 09:38:38 +0000 (09:38 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 29 Jan 2009 09:38:38 +0000 (09:38 +0000)
src/interfaces/ecpg/preproc/parse.pl

index 4400aee656bc71436b37e286ce0cf109dfd3d37d..290717126d61b43b6b8ba00e9020c1acf69e8aed 100644 (file)
@@ -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;
        }