mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Message style improvements
This commit is contained in:
@ -14773,7 +14773,7 @@ MarkInheritDetached(Relation child_rel, Relation parent_rel)
|
||||
get_rel_name(inhForm->inhrelid),
|
||||
get_namespace_name(parent_rel->rd_rel->relnamespace),
|
||||
RelationGetRelationName(parent_rel)),
|
||||
errhint("Use ALTER TABLE ... DETACH PARTITION ... FINALIZE to complete the detach operation."));
|
||||
errhint("Use ALTER TABLE ... DETACH PARTITION ... FINALIZE to complete the pending detach operation."));
|
||||
|
||||
if (inhForm->inhrelid == RelationGetRelid(child_rel))
|
||||
{
|
||||
|
Reference in New Issue
Block a user