From: Bruce Momjian Date: Wed, 31 May 2006 11:47:20 +0000 (+0000) Subject: Recommend '' for literal ', rather than \', in psql documentation. X-Git-Tag: REL8_2_BETA1~868 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b7ed9ba9c42ab84b27e33bc0679efd7665db842;p=thirdparty%2Fpostgresql.git Recommend '' for literal ', rather than \', in psql documentation. --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 13c77595e6b..6e26df9e09f 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -615,7 +615,7 @@ testdb=> To include whitespace into an argument you may quote it with a single quote. To include a single quote into such an argument, - precede it by a backslash. Anything contained in single quotes is + use two single quotes. Anything contained in single quotes is furthermore subject to C-like substitutions for \n (new line), \t (tab), \digits (octal), and