Hi
I have a problem with deleting all views od tables in PostgreSql.
I have the table with name "tab1" and it has a view with name "view1". Do you know how to dynamic delete all views when the name of the table "tab1" will be changed?
Sorry for my english
Thanks
I have a problem with deleting all views od tables in PostgreSql.
I have the table with name "tab1" and it has a view with name "view1". Do you know how to dynamic delete all views when the name of the table "tab1" will be changed?
Sorry for my english
Thanks
Comment