forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb859d94
committed
Provide pg_amcheck with an --install-missing option
This will install amcheck in the database if not present. The defaultschema is for the extension is pg_catalog, but this can be overridden byproviding a value for the option.Mark Dilger, slightly editorialized by me.(rather divergent)Discussion:https://postgr.es/m/bdc0f7c2-09e3-ee57-8471-569dfb509234@dunslane.net1 parentaa27120 commitb859d94
File tree
2 files changed
+56
-0
lines changed- doc/src/sgml/ref
- src/bin/pg_amcheck
2 files changed
+56
-0
lines changedLines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
220 | 237 |
| |
221 | 238 |
| |
222 | 239 |
| |
|
Lines changed: 39 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
64 | 71 |
| |
65 | 72 |
| |
66 | 73 |
| |
| |||
109 | 116 |
| |
110 | 117 |
| |
111 | 118 |
| |
| 119 | + | |
| 120 | + | |
112 | 121 |
| |
113 | 122 |
| |
114 | 123 |
| |
| |||
259 | 268 |
| |
260 | 269 |
| |
261 | 270 |
| |
| 271 | + | |
262 | 272 |
| |
263 | 273 |
| |
264 | 274 |
| |
| |||
435 | 445 |
| |
436 | 446 |
| |
437 | 447 |
| |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
438 | 453 |
| |
439 | 454 |
| |
440 | 455 |
| |
| |||
543 | 558 |
| |
544 | 559 |
| |
545 | 560 |
| |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
546 | 584 |
| |
547 | 585 |
| |
548 | 586 |
| |
| |||
1153 | 1191 |
| |
1154 | 1192 |
| |
1155 | 1193 |
| |
| 1194 | + | |
1156 | 1195 |
| |
1157 | 1196 |
| |
1158 | 1197 |
| |
|
0 commit comments
Comments
(0)