- Notifications
You must be signed in to change notification settings - Fork5
Commit3d20578
committed
Add pg_dump section:
< * -Allow pg_dump to dump CREATE CONVERSION (Christopher)< * -Make pg_restore continue after errors, so it acts more like pg_dump scripts485,486d482< * Allow pg_dumpall to use non-text output formats< * Have pg_dump use multi-statement transactions for INSERT dumps493,496d488< * Allow pg_dump to use multiple -t and -n switches<< This should be done by allowing a '-t schema.table' syntax.<498a491,512>> * pg_dump> o Allow pg_dumpall to use non-text output formats> o Have pg_dump use multi-statement transactions for INSERT dumps> o -Allow pg_dump to dump CREATE CONVERSION (Christopher)> o -Make pg_restore continue after errors, so it acts more like pg_dump> scripts> o Allow pg_dump to use multiple -t and -n switches>> This should be done by allowing a '-t schema.table' syntax.>> o Add dumping of comments on composite type columns> o Add dumping of comments on index columns> o Replace crude DELETE FROM method of pg_dumpall for cleaning of> users and groups with separate DROP commands> o Add dumping and restoring of LOB comments> o Stop dumping CASCADE on DROP TYPE commands in clean mode> o Add full object name to the tag field. eg. for operators we need> '=(integer, integer)', instead of just '='.> o Add pg_dumpall custom format dumps. This is probably best done by> combining pg_dump and pg_dumpall into a single binary> o Add CSV output format1 parentaf032f1 commit3d20578
1 file changed
+23
-9
lines changedLines changed: 23 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
479 | 479 |
| |
480 | 480 |
| |
481 | 481 |
| |
482 |
| - | |
483 |
| - | |
484 | 482 |
| |
485 |
| - | |
486 |
| - | |
487 | 483 |
| |
488 | 484 |
| |
489 | 485 |
| |
490 | 486 |
| |
491 | 487 |
| |
492 | 488 |
| |
493 |
| - | |
494 |
| - | |
495 |
| - | |
496 |
| - | |
497 | 489 |
| |
498 | 490 |
| |
499 | 491 |
| |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
500 | 514 |
| |
501 | 515 |
| |
502 | 516 |
| |
|
0 commit comments
Comments
(0)