forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4fafa57
committed
Add --no-blobs option to pg_dump
Add an option to exclude blobs when running pg_dump. By default, blobsare included but this option can be used to exclude them while keepingthe rest of the dump.Commment updates and regression tests from me.Author: Guillaume LelargeReviewed-by: Amul SulDiscussion:https://postgr.es/m/VisenaEmail.48.49926ea6f91dceb6.15355a48249@tc7-visena1 parentd6c8b34 commit4fafa57
File tree
4 files changed
+117
-5
lines changed- doc/src/sgml/ref
- src/bin/pg_dump
- t
4 files changed
+117
-5
lines changedLines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
150 | 166 |
| |
151 | 167 |
| |
152 | 168 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| 162 | + | |
162 | 163 |
| |
163 | 164 |
| |
164 | 165 |
| |
|
Lines changed: 15 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
| 294 | + | |
294 | 295 |
| |
295 | 296 |
| |
296 | 297 |
| |
| |||
379 | 380 |
| |
380 | 381 |
| |
381 | 382 |
| |
382 |
| - | |
| 383 | + | |
383 | 384 |
| |
384 | 385 |
| |
385 | 386 |
| |
| |||
392 | 393 |
| |
393 | 394 |
| |
394 | 395 |
| |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
395 | 400 |
| |
396 | 401 |
| |
397 | 402 |
| |
| |||
713 | 718 |
| |
714 | 719 |
| |
715 | 720 |
| |
716 |
| - | |
717 |
| - | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
718 | 728 |
| |
719 |
| - | |
| 729 | + | |
720 | 730 |
| |
721 | 731 |
| |
722 | 732 |
| |
| |||
876 | 886 |
| |
877 | 887 |
| |
878 | 888 |
| |
| 889 | + | |
879 | 890 |
| |
880 | 891 |
| |
881 | 892 |
| |
|
0 commit comments
Comments
(0)