|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.489 2009/10/10 03:50:15 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.490 2009/10/13 22:46:13 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions"> |
4 | 4 | <title>Functions and Operators</title> |
@@ -3230,7 +3230,7 @@ cast(-44 as bit(12)) <lineannotation>111111010100</lineannotation> |
3230 | 3230 | </para> |
3231 | 3231 |
|
3232 | 3232 | <para> |
3233 | | - Some examples, with <literal>#"</> delimiting the return string: |
| 3233 | + Some examples, with <literal>#"</> delimiting the return string: |
3234 | 3234 | <programlisting> |
3235 | 3235 | substring('foobar' from '%#"o_b#"%' for '#') <lineannotation>oob</lineannotation> |
3236 | 3236 | substring('foobar' from '#"o_b#"%' for '#') <lineannotation>NULL</lineannotation> |
|