How to change a view's owner in postgres(is it possible?) - Mailing list pgsql-sql

From Anoop G
Subject How to change a view's owner in postgres(is it possible?)
Date
Msg-id 1a027d210808010316we924c2bka3d5ce2452a0afce@mail.gmail.com
Whole thread Raw
Responses Re: How to change a view's owner in postgres(is it possible?)
List pgsql-sql


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?



pgsql-sql by date:

Previous
From: "Anoop G"
Date:
Subject: How to change a view's owner in postgres
Next
From: "Marcin Stępnicki"
Date:
Subject: Re: How to change a view's owner in postgres