forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite70ec82
committed
Explain CHECK constraint handling in postgres_fdw's IMPORT FOREIGN SCHEMA.
The existing documentation could easily be misinterpreted, and it failed toexplain the inconsistent-evaluation hazard that deterred us from supportingautomatic importing of check constraints. Revise it.Etsuro Fujita, further expanded by me1 parentcdbdc43 commite70ec82
1 file changed
+12
-5
lines changedLines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
312 |
| - | |
313 |
| - | |
| 312 | + | |
| 313 | + | |
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
| |||
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 |
| - | |
365 |
| - | |
366 |
| - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
367 | 374 |
| |
368 | 375 |
| |
369 | 376 |
| |
|
0 commit comments
Comments
(0)