@@ -10912,7 +10912,7 @@ ATExecAlterConstraint(Relation rel, AlterTableCmd *cmd, bool recurse,
10912
10912
ancestorname && ancestortable ?
10913
10913
errdetail("Constraint \"%s\" is derived from constraint \"%s\" of relation \"%s\".",
10914
10914
cmdcon->conname, ancestorname, ancestortable) : 0,
10915
- errhint("You may alter the constraint it derives from, instead.")));
10915
+ errhint("You may alter the constraint it derives from instead.")));
10916
10916
}
10917
10917
10918
10918
/*
@@ -13861,7 +13861,7 @@ ATExecChangeOwner(Oid relationOid, Oid newOwnerId, bool recursing, LOCKMODE lock
13861
13861
(errcode(ERRCODE_WRONG_OBJECT_TYPE),
13862
13862
errmsg("cannot change owner of index \"%s\"",
13863
13863
NameStr(tuple_class->relname)),
13864
- errhint("Change the ownership of the index's table, instead.")));
13864
+ errhint("Change the ownership of the index's table instead.")));
13865
13865
/* quick hack to exit via the no-op path */
13866
13866
newOwnerId = tuple_class->relowner;
13867
13867
}
@@ -13873,7 +13873,7 @@ ATExecChangeOwner(Oid relationOid, Oid newOwnerId, bool recursing, LOCKMODE lock
13873
13873
(errcode(ERRCODE_WRONG_OBJECT_TYPE),
13874
13874
errmsg("cannot change owner of index \"%s\"",
13875
13875
NameStr(tuple_class->relname)),
13876
- errhint("Change the ownership of the index's table, instead.")));
13876
+ errhint("Change the ownership of the index's table instead.")));
13877
13877
break;
13878
13878
case RELKIND_SEQUENCE:
13879
13879
if (!recursing &&