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
- 0001-docs-note-ownership-requirement-for-refreshing-mater.patch (text/x-patch) patch 0001
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
-
Mention ownership requirements for REFRESH MATERIALIZED VIEW in docs
- b6c994af1f0d 9.3.25 landed
- 777192f0dd44 9.4.20 landed
- 82784f088986 9.5.15 landed
- 86e873c01650 9.6.11 landed
- 0dfaf8f763ae 10.6 landed
- b43cf1dcded9 11.0 landed
- ee8012481190 12.0 landed