Doc: extend warnings about collation-mismatch hazards in postgres_fdw.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 02c4e3533926f4e7398611b6349d7c438b86c63b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-09-25T14:53:54Z
Releases: 14.0
Doc: extend warnings about collation-mismatch hazards in postgres_fdw.

Be a little more vocal about the risks of remote collations not
matching 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.us

Files

PathChange+/−
doc/src/sgml/postgres-fdw.sgml modified +16 −5

Documentation touched

Discussion