diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.50 2006/03/06 19:49:19 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.51 2006/03/07 02:54:23 momjian Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -3733,7 +3733,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' <para> When on, a warning is issued if a backslash (<literal>\</>) appears in an ordinary string literal (<literal>'...'</> - syntax). The default is <literal>off</>. + syntax). The default is <literal>on</>. </para> <para> Escape string syntax (<literal>E'...'</>) should be used for |