forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit694da19
committed
Add --no-toast-compression to pg_dumpall
This is an oversight frombbe0a81, where the equivalent option existsin pg_dump. This is useful to be able to reset the compression methodscluster-wide when restoring the data based on default_toast_compression.Reviewed-by: Daniel Gustafsson, Tom LaneDiscussion:https://postgr.es/m/YKHC+qCJvzCRVCpY@paquier.xyz1 parent2e7c178 commit694da19
File tree
2 files changed
+17
-0
lines changed- doc/src/sgml/ref
- src/bin/pg_dump
2 files changed
+17
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
458 | 458 |
| |
459 | 459 |
| |
460 | 460 |
| |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
461 | 473 |
| |
462 | 474 |
| |
463 | 475 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| 80 | + | |
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
| |||
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
| 148 | + | |
147 | 149 |
| |
148 | 150 |
| |
149 | 151 |
| |
| |||
428 | 430 |
| |
429 | 431 |
| |
430 | 432 |
| |
| 433 | + | |
| 434 | + | |
431 | 435 |
| |
432 | 436 |
| |
433 | 437 |
| |
| |||
651 | 655 |
| |
652 | 656 |
| |
653 | 657 |
| |
| 658 | + | |
654 | 659 |
| |
655 | 660 |
| |
656 | 661 |
| |
|
0 commit comments
Comments
(0)