forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit68c3c49

Etsuro Fujita
Doc: Update FDW documentation about direct foreign table modification.
1. Commit7086be6 should have documented the limitation that the direct modification is disabled when WCO constraints are present, but didn't, which is definitely my fault. Update the documentation (Postgres 9.6 onwards).2. Commitfc22b66 should have documented the limitation that the direct modification is disabled when generated columns are defined, but didn't. Update the documentation (Postgres 12 onwards).Author: Etsuro FujitaDiscussion:https://postgr.es/m/CAPmGK14AYCPunLb6TRz1CQsW5Le01Z2ox8LSOKH0P-cOVDcQRA%40mail.gmail.com1 parent1488814 commit68c3c49
2 files changed
+8
-6
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
820 | 820 |
| |
821 | 821 |
| |
822 | 822 |
| |
823 |
| - | |
824 |
| - | |
825 |
| - | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
826 | 828 |
| |
827 | 829 |
| |
828 | 830 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
504 | 504 |
| |
505 | 505 |
| |
506 | 506 |
| |
507 |
| - | |
508 |
| - | |
509 |
| - | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
510 | 510 |
| |
511 | 511 |
| |
512 | 512 |
| |
|
0 commit comments
Comments
(0)