diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-05-31 11:47:20 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-05-31 11:47:20 +0000 |
commit | 3b7ed9ba9c42ab84b27e33bc0679efd7665db842 (patch) | |
tree | 26c738ddad5840545a0d4547a442c91ab34ab2f9 | |
parent | c3c3902611f884bef3f37b95c7a082f6f2b9a238 (diff) | |
download | postgresql-3b7ed9ba9c42ab84b27e33bc0679efd7665db842.tar.gz postgresql-3b7ed9ba9c42ab84b27e33bc0679efd7665db842.zip |
Recommend '' for literal ', rather than \', in psql documentation.
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.163 2006/05/31 11:35:17 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.164 2006/05/31 11:47:20 momjian Exp $ PostgreSQL documentation --> @@ -615,7 +615,7 @@ testdb=> <para> 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 <literal>\n</literal> (new line), <literal>\t</literal> (tab), <literal>\</literal><replaceable>digits</replaceable> (octal), and |