- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitda85fb4
committed
Accept multiple -I, -P, -T and -n options in pg_restore.
We already did this for -t (--table) in 9.3, but missed the other similaroptions. For consistency, allow all of them to be specified multiple times.Unfortunately it's too late to sneak this into 9.3, so commit to masteronly.1 parente246cfc commitda85fb4
File tree
4 files changed
+21
-17
lines changed- doc/src/sgml/ref
- src/bin/pg_dump
4 files changed
+21
-17
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
233 |
| - | |
| 233 | + | |
| 234 | + | |
234 | 235 |
| |
235 | 236 |
| |
236 | 237 |
| |
| |||
314 | 315 |
| |
315 | 316 |
| |
316 | 317 |
| |
317 |
| - | |
| 318 | + | |
| 319 | + | |
318 | 320 |
| |
319 | 321 |
| |
320 | 322 |
| |
| |||
348 | 350 |
| |
349 | 351 |
| |
350 | 352 |
| |
351 |
| - | |
| 353 | + | |
| 354 | + | |
352 | 355 |
| |
353 | 356 |
| |
354 | 357 |
| |
| |||
413 | 416 |
| |
414 | 417 |
| |
415 | 418 |
| |
416 |
| - | |
| 419 | + | |
| 420 | + | |
417 | 421 |
| |
418 | 422 |
| |
419 | 423 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2456 | 2456 |
| |
2457 | 2457 |
| |
2458 | 2458 |
| |
2459 |
| - | |
| 2459 | + | |
2460 | 2460 |
| |
2461 | 2461 |
| |
2462 | 2462 |
| |
2463 | 2463 |
| |
2464 |
| - | |
| 2464 | + | |
2465 | 2465 |
| |
2466 | 2466 |
| |
2467 | 2467 |
| |
| |||
2479 | 2479 |
| |
2480 | 2480 |
| |
2481 | 2481 |
| |
2482 |
| - | |
| 2482 | + | |
2483 | 2483 |
| |
2484 | 2484 |
| |
2485 | 2485 |
| |
2486 | 2486 |
| |
2487 | 2487 |
| |
2488 | 2488 |
| |
2489 |
| - | |
| 2489 | + | |
2490 | 2490 |
| |
2491 | 2491 |
| |
2492 | 2492 |
| |
2493 | 2493 |
| |
2494 | 2494 |
| |
2495 | 2495 |
| |
2496 |
| - | |
| 2496 | + | |
2497 | 2497 |
| |
2498 | 2498 |
| |
2499 | 2499 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 |
| - | |
| 199 | + | |
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
| |||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
216 |
| - | |
| 216 | + | |
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 |
| - | |
| 221 | + | |
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 |
| - | |
| 226 | + | |
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
|
0 commit comments
Comments
(0)