Thread: Clarify behaviour of ADD COLUMN for partitioned tables

Clarify behaviour of ADD COLUMN for partitioned tables

From
PG Doc comments form
Date:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/sql-altertable.html
Description:

I think it would be useful if the ALTER TABLE page clearly states that when
adding a column to a (declarative) partitioned table, then this new column
will automatically be added to all existing partitions.