doc: Note that CREATE MATERIALIZED VIEW restricts search_path.
Nathan Bossart <nathan@postgresql.org>
doc: Note that CREATE MATERIALIZED VIEW restricts search_path. Since v17, CREATE MATERIALIZED VIEW has set search_path to "pg_catalog, pg_temp" while running the query. The docs for the other commands that restrict search_path mention it, but the page for CREATE MATERIALIZED VIEW does not. Fix that. Oversight in commit 4b74ebf726. Author: Yugo Nagata Reviewed-by: Jeff Davis Discussion: https://postgr.es/m/20240805160502.d2a4975802a832b1e04afb80%40sraoss.co.jp Backpatch-through: 17
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_materialized_view.sgml | modified | +3 −1 |
Documentation touched
Discussion
- MAINTAIN privilege -- what do we need to un-revert it? 30 messages · 2024-02-14 → 2024-09-27