mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Message style fixes
This commit is contained in:
@ -2456,7 +2456,7 @@ ri_ReportViolation(const RI_ConstraintInfo *riinfo,
|
||||
errmsg("removing partition \"%s\" violates foreign key constraint \"%s\"",
|
||||
RelationGetRelationName(pk_rel),
|
||||
NameStr(riinfo->conname)),
|
||||
errdetail("Key (%s)=(%s) still referenced from table \"%s\".",
|
||||
errdetail("Key (%s)=(%s) is still referenced from table \"%s\".",
|
||||
key_names.data, key_values.data,
|
||||
RelationGetRelationName(fk_rel))));
|
||||
else if (onfk)
|
||||
|
Reference in New Issue
Block a user