Friday, August 1, 2008

[SQL] How to change a view's owner in postgres(is it possible?)



Dear all,

We can change the owner of a tbale like this

alter table tbl_year_end owner to anoop;

Is it possible to change the owner name of a  view through sql?



No comments: