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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: extend warnings about collation-mismatch hazards in postgre
Date: 2021-09-25 14:54:22
Message-ID: E1mU94I-0004u3-N9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b274c982db67e6b9b43066b2a63d5c0a3dc2c5b5

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-09-25 15:37:00 pgsql: Doc: final(?) updates for 14.0 release notes.
Previous Message Daniel Gustafsson 2021-09-25 09:49:29 pgsql: Disable OpenSSL EVP digest padding in pgcrypto