From ce1106d2fa3dacb2f31c778a310be5ab648aeb8a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 7 Mar 2006 02:54:23 +0000 Subject: Properly set "escape_string_warning" to default to true. --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e255df3e132..58635d8671b 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,5 +1,5 @@ Server Configuration @@ -3733,7 +3733,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' When on, a warning is issued if a backslash (\) appears in an ordinary string literal ('...' - syntax). The default is off. + syntax). The default is on. Escape string syntax (E'...') should be used for -- cgit v1.2.3