forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7b0be9f
committed
Doc: extend warnings about collation-mismatch hazards in postgres_fdw.
Be a little more vocal about the risks of remote collations notmatching local ones. Actually fixing these risks seems hard,and I've given up on the idea that it might be back-patchable.So the best we can do for the back branches is add documentation.Per discussion of bug #16583 from Jiří Fejfar.Discussion:https://postgr.es/m/2438715.1632510693@sss.pgh.pa.us1 parent1ba8410 commit7b0be9f
1 file changed
+16
-5
lines changedLines changed: 16 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 |
| - | |
| 98 | + | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| |||
537 | 537 |
| |
538 | 538 |
| |
539 | 539 |
| |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
540 | 551 |
| |
541 | 552 |
| |
542 | 553 |
| |
| |||
614 | 625 |
| |
615 | 626 |
| |
616 | 627 |
| |
617 |
| - | |
| 628 | + | |
618 | 629 |
| |
619 |
| - | |
| 630 | + | |
620 | 631 |
| |
621 | 632 |
| |
622 | 633 |
| |
| |||
630 | 641 |
| |
631 | 642 |
| |
632 | 643 |
| |
633 |
| - | |
| 644 | + | |
634 | 645 |
| |
635 | 646 |
| |
636 | 647 |
| |
|
0 commit comments
Comments
(0)