forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc023501
committed
Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docs
This addresses various deficiencies in the documentation for VACUUM andANALYZE's BUFFER_USEAGE_LIMIT docs.Here we declare "size" in the syntax synopsis for VACUUM and ANALYZE'sBUFFER_USAGE_LIMIT option and then define exactly what values can bespecified for it in the section for that below.Also, fix the incorrect ordering of vacuumdb options both in the documentsand in vacuumdb's --help output. These should be in alphabetical order.In passing also add the minimum/maximum range for the BUFFER_USAGE_LIMIToption. These will also serve as example values that can be modified andused.Reported-by: Peter EisentrautDiscussion:https://postgr.es/m/16845cb1-b228-e157-f293-5892bced9253@enterprisedb.com1 parent064eb89 commitc023501
File tree
4 files changed
+46
-18
lines changed- doc/src/sgml/ref
- src/bin/scripts
4 files changed
+46
-18
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
| 114 | + | |
114 | 115 |
| |
115 | 116 |
| |
116 | 117 |
| |
| |||
129 | 130 |
| |
130 | 131 |
| |
131 | 132 |
| |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
132 | 146 |
| |
133 | 147 |
| |
134 | 148 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
367 |
| - | |
| 367 | + | |
| 368 | + | |
368 | 369 |
| |
369 | 370 |
| |
370 | 371 |
| |
| |||
392 | 393 |
| |
393 | 394 |
| |
394 | 395 |
| |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
395 | 409 |
| |
396 | 410 |
| |
397 | 411 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
124 | 137 |
| |
125 | 138 |
| |
126 | 139 |
| |
| |||
278 | 291 |
| |
279 | 292 |
| |
280 | 293 |
| |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1128 | 1128 |
| |
1129 | 1129 |
| |
1130 | 1130 |
| |
| 1131 | + | |
1131 | 1132 |
| |
1132 | 1133 |
| |
1133 | 1134 |
| |
| |||
1136 | 1137 |
| |
1137 | 1138 |
| |
1138 | 1139 |
| |
1139 |
| - | |
1140 | 1140 |
| |
1141 | 1141 |
| |
1142 | 1142 |
| |
|
0 commit comments
Comments
(0)