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:
src
backend
bin
pg_rewind
test
regress
@ -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