pgsql: Doc: extend warnings about collation-mismatch hazards in postgre

Started by Tom Lanealmost 5 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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: /messages/by-id/2438715.1632510693@sss.pgh.pa.us

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/97c5651cea0f98f281131f3a1f970f875f5951a6

Modified Files
--------------
doc/src/sgml/postgres-fdw.sgml | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)