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

Issue

This Content is from Stack Overflow. Question asked by sai manoj

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.



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?