forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit84be671
committed
pg_dumpall: Add a -E flag to set the encoding, like pg_dump has.
Michael Paquier, reviewed by Fabien CoelhoDiscussion:http://postgr.es/m/CAB7nPqQcYWmrm2n-dVaMUhYPKFU_DxQwPuUGuC4ZF+8B=dS5xQ@mail.gmail.com1 parent2f5ada2 commit84be671
File tree
2 files changed
+36
-1
lines changed- doc/src/sgml/ref
- src/bin/pg_dump
2 files changed
+36
-1
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
102 | 115 |
| |
103 | 116 |
| |
104 | 117 |
| |
|
Lines changed: 23 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
| 100 | + | |
100 | 101 |
| |
101 | 102 |
| |
102 | 103 |
| |
| |||
147 | 148 |
| |
148 | 149 |
| |
149 | 150 |
| |
| 151 | + | |
150 | 152 |
| |
151 | 153 |
| |
152 | 154 |
| |
| |||
204 | 206 |
| |
205 | 207 |
| |
206 | 208 |
| |
207 |
| - | |
| 209 | + | |
208 | 210 |
| |
209 | 211 |
| |
210 | 212 |
| |
| |||
221 | 223 |
| |
222 | 224 |
| |
223 | 225 |
| |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
224 | 232 |
| |
225 | 233 |
| |
226 | 234 |
| |
| |||
453 | 461 |
| |
454 | 462 |
| |
455 | 463 |
| |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
456 | 477 |
| |
457 | 478 |
| |
458 | 479 |
| |
| |||
588 | 609 |
| |
589 | 610 |
| |
590 | 611 |
| |
| 612 | + | |
591 | 613 |
| |
592 | 614 |
| |
593 | 615 |
| |
|
0 commit comments
Comments
(0)