From: | ilmari(at)ilmari(dot)org (Dagfinn Ilmari Mannsåker ) |
---|---|
To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Doc patch: mention indexes in pg_inherits docs |
Date: | 2020-07-28 11:21:29 |
Message-ID: | 87k0ynj35y.fsf@wibble.ilmari.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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
Attachment | Content-Type | Size |
---|---|---|
0001-Mention-that-pg_inherit-can-also-reference-indexes.patch | text/x-diff | 2.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Hamid Akhtar | 2020-07-28 11:35:07 | Re: Should we remove a fallback promotion? take 2 |
Previous Message | Bharath Rupireddy | 2020-07-28 09:34:51 | Re: Parallel worker hangs while handling errors. |