From: Bruce Momjian Date: Thu, 18 Jun 2026 16:19:16 +0000 (-0400) Subject: doc PG 19 relnotes: fix "standard_conforming_strings = off text X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9228275b04c1677927d359fd36bae5468b69c6a1;p=thirdparty%2Fpostgresql.git doc PG 19 relnotes: fix "standard_conforming_strings = off text Reported-by: Tom Lane Discussion: https://postgr.es/m/1242905.1781796886@sss.pgh.pa.us --- diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index 7c73cba11b7..96a09d6cd6e 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -116,7 +116,7 @@ or later versions of these applications, or use standard_conforming_str -Client applications still support escape_string_warning = off for compatibility with old servers. The server variable escape_string_warning has been removed as unnecessary. +Client applications still support operations with servers having standard_conforming_strings = off, for compatibility with old servers. The server variable escape_string_warning has been removed as unnecessary.