@@ -10912,7 +10912,7 @@ ATExecAlterConstraint(Relation rel, AlterTableCmd *cmd, bool recurse,
1091210912 ancestorname && ancestortable ?
1091310913 errdetail("Constraint \"%s\" is derived from constraint \"%s\" of relation \"%s\".",
1091410914 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.")));
1091610916 }
1091710917
1091810918 /*
@@ -13861,7 +13861,7 @@ ATExecChangeOwner(Oid relationOid, Oid newOwnerId, bool recursing, LOCKMODE lock
1386113861 (errcode(ERRCODE_WRONG_OBJECT_TYPE),
1386213862 errmsg("cannot change owner of index \"%s\"",
1386313863 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.")));
1386513865 /* quick hack to exit via the no-op path */
1386613866 newOwnerId = tuple_class->relowner;
1386713867 }
@@ -13873,7 +13873,7 @@ ATExecChangeOwner(Oid relationOid, Oid newOwnerId, bool recursing, LOCKMODE lock
1387313873 (errcode(ERRCODE_WRONG_OBJECT_TYPE),
1387413874 errmsg("cannot change owner of index \"%s\"",
1387513875 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.")));
1387713877 break;
1387813878 case RELKIND_SEQUENCE:
1387913879 if (!recursing &&
0 commit comments