mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix grammar in error message
While at it, make ellipses formatting consistent when describing SQL statements. Ekaterina Kiryanova and Alexander Lakhin Reviewed by myself and Álvaro Herrera Discussion: https://www.postgresql.org/message-id/eed5cec0-a542-53da-6a5e-7789c6ed9817%40postgrespro.ru Backpatch only the grammar fix to v15
This commit is contained in:
@ -578,7 +578,7 @@ rewriteRuleAction(Query *parsetree,
|
||||
if (sub_action->hasModifyingCTE && rule_action != sub_action)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||
errmsg("INSERT...SELECT rule actions are not supported for queries having data-modifying statements in WITH")));
|
||||
errmsg("INSERT ... SELECT rule actions are not supported for queries having data-modifying statements in WITH")));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user