From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Fix descriptions related to the handling of non-ASCII chara |
Date: | 2023-09-29 01:34:37 |
Message-ID: | E1qm2Or-006Y2D-0p@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
doc: Fix descriptions related to the handling of non-ASCII characters
Since 45b1a67a0fcb, non-printable ASCII characters do not show up in
various configuration paths as question marks, but as hexadecimal
escapes. The documentation was not updated to reflect that.
Author: Hayato Kuroda
Reviewed-by: Jian He, Tom Lane, Karl O. Pinc, Peter Smith
Discussion: https://postgr.es/m/TYAPR01MB586631D0961BF9C44893FAB1F523A@TYAPR01MB5866.jpnprd01.prod.outlook.com
Backpatch-through: 16
Branch
------
REL_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/950e236e50691d80e50d0aa18b66d1f459105558
Modified Files
--------------
doc/src/sgml/config.sgml | 15 +++++++++------
doc/src/sgml/postgres-fdw.sgml | 6 +++---
2 files changed, 12 insertions(+), 9 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2023-09-29 03:59:01 | pgsql: Robustify find_base_rel and find_base_rel_ignore_join |
Previous Message | Peter Geoghegan | 2023-09-28 23:30:00 | pgsql: Fix btmarkpos/btrestrpos array key wraparound bug. |