1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Message style improvements

This commit is contained in:
Peter Eisentraut
2021-05-14 10:21:28 +02:00
parent 521d08a21a
commit 09ae329957
3 changed files with 4 additions and 4 deletions

View File

@ -302,7 +302,7 @@ ECPGDeclareStmt: DECLARE prepared_name STATEMENT
if (strcmp($2, ptr->name) == 0)
{
/* re-definition is not allowed */
mmerror(PARSE_ERROR, ET_ERROR, "declared name %s is already defined", ptr->name);
mmerror(PARSE_ERROR, ET_ERROR, "name \"%s\" is already declared", ptr->name);
}
}