- Notifications
You must be signed in to change notification settings - Fork5
Commit7b070e8
committed
Add --exclude-table-data option to pg_dump.
Andrew Dunstan, reviewed by Josh Berkus, Robert Haas and Peter Geoghegan.This allows dumping of a table definition but not its data, on a per table basis.Table name patterns are supported just as for --exclude-table.1 parent4adead1 commit7b070e8
File tree
3 files changed
+48
-0
lines changed- doc/src/sgml/ref
- src/bin/pg_dump
3 files changed
+48
-0
lines changedLines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
404 | 404 |
| |
405 | 405 |
| |
406 | 406 |
| |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
407 | 411 |
| |
408 | 412 |
| |
409 | 413 |
| |
| |||
611 | 615 |
| |
612 | 616 |
| |
613 | 617 |
| |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
614 | 636 |
| |
615 | 637 |
| |
616 | 638 |
| |
|
Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
| 118 | + | |
| 119 | + | |
118 | 120 |
| |
119 | 121 |
| |
120 | 122 |
| |
| |||
324 | 326 |
| |
325 | 327 |
| |
326 | 328 |
| |
| 329 | + | |
327 | 330 |
| |
328 | 331 |
| |
329 | 332 |
| |
| |||
487 | 490 |
| |
488 | 491 |
| |
489 | 492 |
| |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
490 | 497 |
| |
491 | 498 |
| |
492 | 499 |
| |
| |||
715 | 722 |
| |
716 | 723 |
| |
717 | 724 |
| |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
718 | 729 |
| |
719 | 730 |
| |
720 | 731 |
| |
| |||
854 | 865 |
| |
855 | 866 |
| |
856 | 867 |
| |
| 868 | + | |
857 | 869 |
| |
858 | 870 |
| |
859 | 871 |
| |
| |||
1087 | 1099 |
| |
1088 | 1100 |
| |
1089 | 1101 |
| |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
1090 | 1111 |
| |
1091 | 1112 |
| |
1092 | 1113 |
| |
| |||
1518 | 1539 |
| |
1519 | 1540 |
| |
1520 | 1541 |
| |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
1521 | 1546 |
| |
1522 | 1547 |
| |
1523 | 1548 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
| 132 | + | |
132 | 133 |
| |
133 | 134 |
| |
134 | 135 |
| |
|
0 commit comments
Comments
(0)