@lists.postgresql.org
Ämne: Re: SV: Refreshing materialized views
It may be simpler to just run the query from the materialized view definition
as the user that you want to refresh the mv.
On Tue, Nov 28, 2017 at 10:30 PM, Daevor The Devoted
mailto:doll...@gmail.com>> wrote:
On 28 Nov 2017 5:18 pm, &qu
It may be simpler to just run the query from the materialized view
definition as the user that you want to refresh the mv.
On Tue, Nov 28, 2017 at 10:30 PM, Daevor The Devoted
wrote:
>
>
> On 28 Nov 2017 5:18 pm, "Tom Lane" wrote:
>
> Henrik Uggla writes:
> > The underlying tables are foreign
On 28 Nov 2017 5:18 pm, "Tom Lane" wrote:
Henrik Uggla writes:
> The underlying tables are foreign tables. The user has been mapped to a
foreign user with select permission. I have no problem selecting from the
foreign tables or the materialized views.
[ shrug... ] WFM; if I can select from the
Henrik Uggla writes:
> The underlying tables are foreign tables. The user has been mapped to a
> foreign user with select permission. I have no problem selecting from the
> foreign tables or the materialized views.
[ shrug... ] WFM; if I can select from the foreign table then I can make
a mater
@lists.postgresql.org
Ämne: Re: Refreshing materialized views
Henrik Uggla writes:
> I created some materialized views and set a group as owner. My problem is
> that I can't refresh the views. I get "permission denied" even when using the
> postgres super user. If
Henrik Uggla writes:
> I created some materialized views and set a group as owner. My problem is
> that I can't refresh the views. I get "permission denied" even when using the
> postgres super user. If I change the owner to an ordinary user I still can't
> refresh the view as the owner or post
Hi
I created some materialized views and set a group as owner. My problem is that
I can't refresh the views. I get "permission denied" even when using the
postgres super user. If I change the owner to an ordinary user I still can't
refresh the view as the owner or postgres. Only if I change own