Re: Permission to refresh materialized view

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Johann Spies <johann(dot)spies(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Permission to refresh materialized view
Date: 2019-03-13 14:24:10
Message-ID: dbec47cd-755c-e343-bae8-4e1a62df6431@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/13/19 6:27 AM, Johann Spies wrote:
> We did run this query:
>
> /GRANT ALL ON ALL TABLES IN SCHEMA X TO USER Y;/
> /
> /
> But user Y gets the message that he has to be the owner of a
> materialized view to be able to refresh it.

What is the exact message?

>
> Is that intended behaviour?  Is there a way to enable the user to
> refresh materialized views in that schema?

What is the definition of the view?

>
> Regards
> Johann
> //
>
> --
> Because experiencing your loyal love is better than life itself,
> my lips will praise you.  (Psalm 63:3)

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Güttler 2019-03-13 14:28:52 Where to store Blobs?
Previous Message Johann Spies 2019-03-13 13:27:20 Permission to refresh materialized view