forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd8ebcac
committed
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 theother commands that restrict search_path mention it, but the pagefor CREATE MATERIALIZED VIEW does not. Fix that.Oversight in commit4b74ebf.Author: Yugo NagataReviewed-by: Jeff DavisDiscussion:https://postgr.es/m/20240805160502.d2a4975802a832b1e04afb80%40sraoss.co.jpBackpatch-through: 171 parenta3179ab commitd8ebcac
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
147 | 149 |
| |
148 | 150 |
| |
149 | 151 |
| |
|
0 commit comments
Comments
(0)