Hi !
I have Postgresql 9.4, a partitionated table and i must change the type of column.
The changes over a master table DDL are applied to the childs?
or must I change the inheritance to off and change it one by one? for each child and master table.
Regards.
--