diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml
index 285bfa123f6..911a198e676 100644
--- a/doc/src/sgml/release-19.sgml
+++ b/doc/src/sgml/release-19.sgml
@@ -109,7 +109,14 @@ Force standard_conformi
-Server variable escape_string_warning has been removed as unnecessary. Client applications still support escape_string_warning = off for compatibility with old servers.
+Dumps created using pre-PostgreSQL 19 versions of pg_dump
+or pg_dumpall, and using standard_conforming_strings = off,
+will not properly load into PostgreSQL 19 and later servers. Users should create dumps using PostgreSQL 19
+or later versions of these applications, or use standard_conforming_strings = on.
+
+
+
+Client applications still support escape_string_warning = off for compatibility with old servers. The server variable escape_string_warning has been removed as unnecessary.