[DOCS] Clarify 'dependent objects' for DROP COLUMN

2013-03-11 Thread Robins
Hi, ALTER TABLE in postgresql.org/docs/devel/ says: RESTRICT: Refuse to drop the column or constraint if there are any dependent objects. This is the default behavior. Could someone confirm whether 'dependent objects' also includes SEQUENCES? i.e. if I create a sequence OWNED BY tbl.col1 and the

[DOCS] Clarify 'dependent objects' for DROP COLUMN

2013-03-11 Thread robins
Hi, ALTER TABLE in postgresql.org/docs/devel/ says: RESTRICT: Refuse to drop the column or constraint if there are any dependent objects. This is the default behavior. Could someone confirm whether 'dependent objects' also includes SEQUENCES? i.e. if I create a sequence OWNED BY tbl.col1 and th