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

From Tom Lane
Subject pgsql: Doc: extend warnings about collation-mismatch hazards in postgre
Date
Msg-id E1mU94I-0004tt-LT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7b0be9fb2dddb214db2bed0e137b9b42c1479455

Modified Files
--------------
doc/src/sgml/postgres-fdw.sgml | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Disable OpenSSL EVP digest padding in pgcrypto
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: final(?) updates for 14.0 release notes.