Doc patch: mention indexes in pg_inherits docs
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker )
To: pgsql-hackers@lists.postgresql.org
Date: 2020-07-28T11:21:29Z
Lists: pgsql-hackers
Attachments
Hi Hackers, When partitioned index support was added in veresion 11, the pg_inherits docs missed the memo and still only say it describes table inheritance. The attached patch adds mentions of indexes too, and notes that they can not participate in multiple inheritance. I don't know what the policy is on backpatching doc fixes, but personally I think it should be. - ilmari -- "A disappointingly low fraction of the human race is, at any given time, on fire." - Stig Sandbeck Mathisen
Commits
-
doc: Mention index references in pg_inherits
- 255c707c8733 11.9 landed
- 7de22d228aae 12.4 landed
- e710f3b8e7da 13.0 landed
- 903134fcc0cc 14.0 landed