forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7603c42
committed
Rod's patch does what it is supposed to do, but it also includes
some old code to add PK constraints to CREATE TABLE. That stuffhad been removed as part of my original patch for pg_dump alittle while ago.The attached patch fixes this by removing (again :-) ) thecode in dumpTables() to perform PK creation during CREATETABLE. I briefly tested it locally and it fixes both ofTom's test cases.Please apply.Cheers,Neil--Neil Conway <neilconway@rogers.com>1 parentb73859d commit7603c42
1 file changed
+1
-31
lines changedLines changed: 1 addition & 31 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
4418 | 4418 |
| |
4419 | 4419 |
| |
4420 | 4420 |
| |
4421 |
| - | |
4422 |
| - | |
4423 |
| - | |
4424 |
| - | |
4425 |
| - | |
4426 |
| - | |
4427 |
| - | |
4428 |
| - | |
4429 |
| - | |
4430 |
| - | |
4431 |
| - | |
4432 |
| - | |
4433 |
| - | |
4434 |
| - | |
4435 |
| - | |
4436 |
| - | |
4437 |
| - | |
4438 |
| - | |
4439 |
| - | |
4440 |
| - | |
4441 |
| - | |
4442 |
| - | |
4443 |
| - | |
4444 |
| - | |
4445 |
| - | |
4446 |
| - | |
4447 |
| - | |
4448 |
| - | |
4449 |
| - | |
4450 |
| - | |
4451 | 4421 |
| |
4452 | 4422 |
| |
4453 | 4423 |
| |
|
0 commit comments
Comments
(0)