summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut2017-09-06 01:35:59 +0000
committerPeter Eisentraut2017-09-06 01:47:12 +0000
commit0b554e4e63a4ba4852c01951311713e23acdae02 (patch)
tree30b1f1240d7a3439c2398c3e8796be370171d13a /doc/src
parent49ca462eb165dea297f1f110e8eac064308e9d51 (diff)
doc: Clarify pg_inherits description
Reported-by: mjustin.lists@gmail.com
Diffstat (limited to 'doc/src')
-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>