Re: [GENERAL] dependencies between objects

2006-02-02 Thread Richard Huxton
Toni Casueps wrote: I have got some views (for example view B) that use another views (for example view A) in the FROM clause. If I want to change view A, and it doesn't allow me to (for example adding a new column), another way would be dropping A and recreating it with the new column, but i

[GENERAL] dependencies between objects

2006-02-02 Thread Toni Casueps
I have got some views (for example view B) that use another views (for example view A) in the FROM clause. If I want to change view A, and it doesn't allow me to (for example adding a new column), another way would be dropping A and recreating it with the new column, but it doesn't allow me to