Re: doc fail about ALTER TABLE ATTACH re. NO INHERIT

Alvaro Herrera <alvherre@alvh.no-ip.org>

From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Amit Langote <amitlangote09@gmail.com>
Cc: Pg Hackers <pgsql-hackers@lists.postgresql.org>, Robert Haas <robertmhaas@gmail.com>
Date: 2024-11-12T08:46:55Z
Lists: pgsql-hackers
On 2024-Nov-11, Amit Langote wrote:

> The restriction also exists in the CREATE TABLE PARTITION OF path:
> 
> [...]
> 
> I think we can remove the restriction at least for the leaf partition
> case just like in the ATTACH PARTITION path.

Sure, WFM.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/



Commits

  1. doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints

  2. Implement table partitioning.

  3. Disallow merging ONLY constraints in children tables