- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitc2122aa
committed
Improve privilege documentation for maintenance commands.
The documentation of the required privileges for maintenancecommands (i.e., VACUUM, ANALYZE, CLUSTER, LOCK TABLE, REFRESHMATERIALIZED VIEW, and REINDEX) is redundant, inaccurate, anddifficult to read. This commit fixes and simplifies thisdocumentation by removing references to ownership, superuser, andthe pg_maintain role. In addition, this removes notes aboutdatabase-wide VACUUM and ANALYZE, clarifies matters for REINDEX onpartitioned indexes and tables, and strengthens the description ofthe pg_maintain role.Reviewed-by: Michael Paquier, Jeff DavisDiscussion:https://postgr.es/m/20230615041044.GA736001%40nathanxps131 parent4dbdb82 commitc2122aa
File tree
7 files changed
+22
-41
lines changed- doc/src/sgml
- ref
7 files changed
+22
-41
lines changedLines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
| 186 | + | |
190 | 187 |
| |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 | 188 |
| |
195 | 189 |
| |
196 | 190 |
| |
|
Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
| 137 | + | |
142 | 138 |
| |
143 | 139 |
| |
144 | 140 |
| |
|
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
| 169 | + | |
| 170 | + | |
173 | 171 |
| |
174 | 172 |
| |
175 | 173 |
| |
|
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
| 34 | + | |
| 35 | + | |
38 | 36 |
| |
39 | 37 |
| |
40 | 38 |
| |
|
Lines changed: 13 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
300 | 301 |
| |
301 |
| - | |
| 302 | + | |
| 303 | + | |
302 | 304 |
| |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
|
Lines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
445 | 445 |
| |
446 | 446 |
| |
447 | 447 |
| |
448 |
| - | |
449 |
| - | |
450 |
| - | |
451 |
| - | |
| 448 | + | |
452 | 449 |
| |
453 |
| - | |
454 |
| - | |
455 |
| - | |
456 | 450 |
| |
457 | 451 |
| |
458 | 452 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
692 | 692 |
| |
693 | 693 |
| |
694 | 694 |
| |
695 |
| - | |
| 695 | + | |
| 696 | + | |
696 | 697 |
| |
697 | 698 |
| |
698 | 699 |
| |
|
0 commit comments
Comments
(0)