aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-09-05 21:35:59 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-09-05 21:47:12 -0400
commit0b554e4e63a4ba4852c01951311713e23acdae02 (patch)
tree30b1f1240d7a3439c2398c3e8796be370171d13a
parent49ca462eb165dea297f1f110e8eac064308e9d51 (diff)
downloadpostgresql-0b554e4e63a4ba4852c01951311713e23acdae02.tar.gz
postgresql-0b554e4e63a4ba4852c01951311713e23acdae02.zip
doc: Clarify pg_inherits description
Reported-by: mjustin.lists@gmail.com
-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>