|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.378 2007/05/0702:03:58 neilc Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.379 2007/05/0707:53:26 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions">
|
4 | 4 | <title>Functions and Operators</title>
|
@@ -7931,7 +7931,7 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean, tableforest boolean, t
|
7931 | 7931 | </para>
|
7932 | 7932 |
|
7933 | 7933 | <para>
|
7934 |
| - The data values aremapping in the same way as described for the |
| 7934 | + The data values aremapped in the same way as described for the |
7935 | 7935 | function <function>xmlelement</function> above.
|
7936 | 7936 | </para>
|
7937 | 7937 |
|
|