diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2007-05-07 07:53:26 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2007-05-07 07:53:26 +0000 |
commit | e292090b59589e70bd9b9c5b09f595987b73c318 (patch) | |
tree | dc5ae85b1689b6c0500c18f0c7553513dc027de5 /doc/src | |
parent | 3a96742ad20531e73a66334ea5ce4508c00e521a (diff) |
Grammar correction
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 18d06eded98..6c901f9cca6 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.378 2007/05/07 02:03:58 neilc Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.379 2007/05/07 07:53:26 petere Exp $ --> <chapter id="functions"> <title>Functions and Operators</title> @@ -7931,7 +7931,7 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean, tableforest boolean, t </para> <para> - The data values are mapping in the same way as described for the + The data values are mapped in the same way as described for the function <function>xmlelement</function> above. </para> |