Re: [GENERAL] Altering parent table breaks child table defaults

2013-10-07 Thread Adrian Klaver
On 10/07/2013 07:51 AM, Ovid wrote: Hi all, This problem has also been posted to Stack Overflow. http://stackoverflow.com/questions/19227920/altering-a-parent-table-in-postgresql-8-4-breaks-child-table-defaults The problem: In Postgresql 8.4 (not tested on other versions), if table `temp_perso

[GENERAL] Altering parent table breaks child table defaults

2013-10-07 Thread Ovid
Hi all, This problem has also been posted to Stack Overflow.  http://stackoverflow.com/questions/19227920/altering-a-parent-table-in-postgresql-8-4-breaks-child-table-defaults The problem: In Postgresql 8.4 (not tested on other versions), if table `temp_person_two` inherits from`temp_person`, de