|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.163 2006/05/31 11:35:17 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.164 2006/05/31 11:47:20 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -615,7 +615,7 @@ testdb=>
|
615 | 615 | <para>
|
616 | 616 | To include whitespace into an argument you may quote it with a
|
617 | 617 | single quote. To include a single quote into such an argument,
|
618 |
| -precede it by a backslash. Anything contained in single quotes is |
| 618 | +use two single quotes. Anything contained in single quotes is |
619 | 619 | furthermore subject to C-like substitutions for
|
620 | 620 | <literal>\n</literal> (new line), <literal>\t</literal> (tab),
|
621 | 621 | <literal>\</literal><replaceable>digits</replaceable> (octal), and
|
|