]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc PG 19 relnotes: fix "standard_conforming_strings = off text
authorBruce Momjian <bruce@momjian.us>
Thu, 18 Jun 2026 16:19:16 +0000 (12:19 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 Jun 2026 16:19:35 +0000 (12:19 -0400)
Reported-by: Tom Lane
Discussion: https://postgr.es/m/1242905.1781796886@sss.pgh.pa.us

doc/src/sgml/release-19.sgml

index 7c73cba11b723eb55e1ba96a8f11d85ccb073a0c..96a09d6cd6e06fc7e0c891c2342fcedbd9667d64 100644 (file)
@@ -116,7 +116,7 @@ or later versions of these applications, or use <literal>standard_conforming_str
 </para>
 
 <para>
-Client applications still support <literal>escape_string_warning = off</literal> for compatibility with old servers.  The server variable <varname>escape_string_warning</varname> has been removed as unnecessary.
+Client applications still support operations with servers having <literal>standard_conforming_strings = off</literal>, for compatibility with old servers.  The server variable <varname>escape_string_warning</varname> has been removed as unnecessary.
 </para>
 </listitem>