1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Message style and wording fixes

This commit is contained in:
Peter Eisentraut
2016-06-07 14:18:08 -04:00
parent df7cc3976d
commit 5c6d2a5e7c
9 changed files with 21 additions and 21 deletions

@ -448,7 +448,7 @@ AlterOperator(AlterOperatorStmt *stmt)
{
ereport(ERROR,
(errcode(ERRCODE_SYNTAX_ERROR),
errmsg("operator attribute \"%s\" can not be changed",
errmsg("operator attribute \"%s\" cannot be changed",
defel->defname)));
}
else