aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/catalogs.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 3126990f4d7..4f56188a1cf 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -3848,7 +3848,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;<
<para>
The catalog <structname>pg_inherits</> records information about
table inheritance hierarchies. There is one entry for each direct
- child table in the database. (Indirect inheritance can be determined
+ parent-child table relationship in the database. (Indirect inheritance can be determined
by following chains of entries.)
</para>