mirror of
https://github.com/postgres/postgres.git
synced 2026-03-29 22:04:29 -04:00
doc: Clarify pg_inherits description
Reported-by: mjustin.lists@gmail.com
This commit is contained in:
parent
49ca462eb1
commit
0b554e4e63
1 changed files with 1 additions and 1 deletions
|
|
@ -3848,7 +3848,7 @@ SCRAM-SHA-256$<replaceable><iteration count></>:<replaceable><salt><
|
|||
<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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue