pg_inherits documentation clarification

Started by M. Justinalmost 9 years ago2 messagesdocs
Jump to latest
#1M. Justin
mjustin.lists@gmail.com

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/catalog-pg-inherits.html
Description:

The pg_inherits documentation
(https://www.postgresql.org/docs/current/static/catalog-pg-inherits.html)
says that "There is one entry for each direct child table in the database."
This seems subtly inaccurate/misleading in the case where a single child
table has two parents. In that case, there is one child table, but two
entries. Perhaps it would be better phrased as saying that "there is one
entry for each direct child table *relationship* in the database", or
something to that effect.

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#2Peter Eisentraut
peter_e@gmx.net
In reply to: M. Justin (#1)
Re: pg_inherits documentation clarification

On 5/17/17 16:20, mjustin.lists@gmail.com wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/catalog-pg-inherits.html
Description:

The pg_inherits documentation
(https://www.postgresql.org/docs/current/static/catalog-pg-inherits.html)
says that "There is one entry for each direct child table in the database."
This seems subtly inaccurate/misleading in the case where a single child
table has two parents. In that case, there is one child table, but two
entries. Perhaps it would be better phrased as saying that "there is one
entry for each direct child table *relationship* in the database", or
something to that effect.

Fixed. Thanks for the suggestion!

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs