|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.136 2005/05/29 03:32:18 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.137 2005/05/30 15:24:23 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -589,11 +589,8 @@ testdb=> |
589 | 589 | single quote. To include a single quote into such an argument, |
590 | 590 | precede it by a backslash. Anything contained in single quotes is |
591 | 591 | furthermore subject to C-like substitutions for |
592 | | - <literal>\n</literal> (new line), <literal>\t</literal> (tab), |
593 | | - <literal>\</literal><replaceable>digits</replaceable>, |
594 | | - <literal>\0</literal><replaceable>digits</replaceable>, and |
595 | | - <literal>\0x</literal><replaceable>digits</replaceable> (the |
596 | | - character with the given decimal, octal, or hexadecimal code). |
| 592 | + <literal>\n</literal> (new line), <literal>\t</literal> (tab), and |
| 593 | + <literal>\</literal><replaceable>digits</replaceable> (octal). |
597 | 594 | </para> |
598 | 595 |
|
599 | 596 | <para> |
@@ -2367,12 +2364,7 @@ testdb=> <userinput>\set content '\'' `sed -e "s/'/\\\\\\'/g" < my_file.tx |
2367 | 2364 | <term><literal>%</literal><replaceable class="parameter">digits</replaceable></term> |
2368 | 2365 | <listitem> |
2369 | 2366 | <para> |
2370 | | - The character with the indicated numeric code is substituted. |
2371 | | - If <replaceable class="parameter">digits</replaceable> starts |
2372 | | - with <literal>0x</literal> the rest of the characters are |
2373 | | - interpreted as hexadecimal; otherwise if the first digit is |
2374 | | - <literal>0</literal> the digits are interpreted as octal; |
2375 | | - otherwise the digits are read as a decimal number. |
| 2367 | + The character with the indicated octal code is substituted. |
2376 | 2368 | </para> |
2377 | 2369 | </listitem> |
2378 | 2370 | </varlistentry> |
|