GNU/Linux |
RedHat 5.2(Apollo) |
|
![]() |
drop_view(l) |
![]() |
drop view - removes a view from Postgres
drop view view_name
This command drops an existing view from the Postgres system. To execute this command you must be the owner of the view.
/*
* this command will remove the "myview" view
*/
drop view myview
create view(l), drop rule(l),
![]() |
drop_view(l) | ![]() |