|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.357 2007/02/01 00:28:16 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.358 2007/02/14 18:46:08 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions">
|
4 | 4 | <title>Functions and Operators</title>
|
@@ -11037,7 +11037,7 @@ SELECT xmlforest(table_name, column_name) FROM information_schema.columns WHERE
|
11037 | 11037 | <para>
|
11038 | 11038 | The <function>xmlpi</function> expression creates an XML
|
11039 | 11039 | processing instruction. The content, if present, must not
|
11040 |
| - contain the character sequence <literal>?<</literal>. |
| 11040 | + contain the character sequence <literal>?></literal>. |
11041 | 11041 | </para>
|
11042 | 11042 |
|
11043 | 11043 | <para>
|
|