diff options
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 2 |
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><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> |