mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Message improvements
This commit is contained in:
@ -9046,7 +9046,7 @@ ATExecSetRelOptions(Relation rel, List *defList, AlterTableType operation,
|
||||
if (view_updatable_error)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||
errmsg("WITH CHECK OPTION is supported only on auto-updatable views"),
|
||||
errmsg("WITH CHECK OPTION is supported only on automatically updatable views"),
|
||||
errhint("%s", view_updatable_error)));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user