- Notifications
You must be signed in to change notification settings - Fork5
Commitc3be085
committed
Modify pg_dump to assume that a check constraint is inherited if its
name matches the name of any parent-table constraint, without lookingat the constraint text. This is a not-very-bulletproof workaround forthe problem exhibited by Berend Tober last month. We really ought torecord constraint inheritance status in pg_constraint, but it's lookinglike that may not get done for 8.1 --- and even if it does, we willneed this kluge for dumping from older servers.1 parentfc72240 commitc3be085
1 file changed
+12
-11
lines changedLines changed: 12 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
347 | 347 |
| |
348 | 348 |
| |
349 | 349 |
| |
350 |
| - | |
351 |
| - | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
352 | 358 |
| |
353 | 359 |
| |
354 | 360 |
| |
| |||
363 | 369 |
| |
364 | 370 |
| |
365 | 371 |
| |
366 |
| - | |
367 |
| - | |
368 |
| - | |
369 |
| - | |
370 |
| - | |
371 |
| - | |
372 |
| - | |
373 |
| - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
374 | 375 |
| |
375 | 376 |
| |
376 | 377 |
| |
|
0 commit comments
Comments
(0)