doc: Clarify pg_inherits description

Reported-by: mjustin.lists@gmail.com
This commit is contained in:
Peter Eisentraut 2017-09-05 21:35:59 -04:00
parent 49ca462eb1
commit 0b554e4e63

View File

@ -3848,7 +3848,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</>:<replaceable>&lt;salt&gt;<
<para> <para>
The catalog <structname>pg_inherits</> records information about The catalog <structname>pg_inherits</> records information about
table inheritance hierarchies. There is one entry for each direct 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.) by following chains of entries.)
</para> </para>