docs: note ownership requirement for refreshing materialized views

From: Dian Fay <dian(dot)m(dot)fay(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: docs: note ownership requirement for refreshing materialized views
Date: 2018-08-15 23:46:49
Message-ID: 745abbd2-a1a0-ead8-2cb2-768c16747d97@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi all! I discovered today that the REFRESH MATERIALIZED VIEW
documentation doesn't mention that only the owner (or a superuser) may
actually perform the refresh operation. This patch adds a note to that
effect.

Dian Fay

Attachment Content-Type Size
0001-docs-note-ownership-requirement-for-refreshing-mater.patch text/x-patch 573 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-08-16 00:14:24 Re: Documentaion fix.
Previous Message Andres Freund 2018-08-15 23:06:13 Re: C99 compliance for src/port/snprintf.c