doc: Clarify pg_inherits description
authorPeter Eisentraut
Wed, 6 Sep 2017 01:35:59 +0000 (21:35 -0400)
committerPeter Eisentraut
Wed, 6 Sep 2017 01:47:12 +0000 (21:47 -0400)
Reported-by: [email protected]
doc/src/sgml/catalogs.sgml

index 3126990f4d70d0ab23981459aea4cb32759b6447..4f56188a1cf985687113e655ad45ec424d7bff36 100644 (file)
@@ -3848,7 +3848,7 @@ SCRAM-SHA-256$<iteration count>:<salt><
   
    The catalog 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.)