In postgresql, how to drop a table available from perticular schema

Viewed 17

I've created a table with the name 'customer' in schema x and I've created a view with the same name 'customer' in schema Y. Now, how to drop the view from schema Y without checking dependencies for the table available in schema x.

0 Answers
Related