mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Message style and wording fixes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user