@@ -10911,7 +10911,7 @@ ATExecAlterConstraint(Relation rel, AlterTableCmd *cmd, bool recurse,
1091110911 ancestorname && ancestortable ?
1091210912 errdetail("Constraint \"%s\" is derived from constraint \"%s\" of relation \"%s\".",
1091310913 cmdcon->conname, ancestorname, ancestortable) : 0,
10914- errhint("You may alter the constraint it derives from, instead.")));
10914+ errhint("You may alter the constraint it derives from instead.")));
1091510915}
1091610916
1091710917/*
@@ -13860,7 +13860,7 @@ ATExecChangeOwner(Oid relationOid, Oid newOwnerId, bool recursing, LOCKMODE lock
1386013860(errcode(ERRCODE_WRONG_OBJECT_TYPE),
1386113861 errmsg("cannot change owner of index \"%s\"",
1386213862NameStr(tuple_class->relname)),
13863- errhint("Change the ownership of the index's table, instead.")));
13863+ errhint("Change the ownership of the index's table instead.")));
1386413864/* quick hack to exit via the no-op path */
1386513865newOwnerId = tuple_class->relowner;
1386613866}
@@ -13872,7 +13872,7 @@ ATExecChangeOwner(Oid relationOid, Oid newOwnerId, bool recursing, LOCKMODE lock
1387213872(errcode(ERRCODE_WRONG_OBJECT_TYPE),
1387313873 errmsg("cannot change owner of index \"%s\"",
1387413874NameStr(tuple_class->relname)),
13875- errhint("Change the ownership of the index's table, instead.")));
13875+ errhint("Change the ownership of the index's table instead.")));
1387613876break;
1387713877case RELKIND_SEQUENCE:
1387813878if (!recursing &&