docs: note ownership requirement for refreshing materialized views

Dian Fay <dian.m.fay@gmail.com>

From: Dian Fay <dian.m.fay@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2018-08-15T23:46:49Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Mention ownership requirements for REFRESH MATERIALIZED VIEW in docs