forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit739b872
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 parent8e71994 commit739b872
1 file changed
+13
-2
lines changedLines changed: 13 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
91 |
| - | |
| 90 | + | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| |||
423 | 423 |
| |
424 | 424 |
| |
425 | 425 |
| |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
426 | 437 |
| |
427 | 438 |
| |
428 | 439 |
| |
|
0 commit comments
Comments
(0)