|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.418 2007/12/15 01:18:34 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.419 2007/12/21 03:37:18 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions"> |
4 | 4 | <title>Functions and Operators</title> |
@@ -8127,7 +8127,7 @@ SELECT xmlelement(name foo, xmlattributes('xyz' as bar), |
8127 | 8127 | <type>bytea</type>) will be represented in base64 or hex |
8128 | 8128 | encoding, depending on the setting of the configuration parameter |
8129 | 8129 | <xref linkend="guc-xmlbinary">. The particular behavior for |
8130 | | - individual data types is expected evolve in order to align the |
| 8130 | + individual data types is expectedtoevolve in order to align the |
8131 | 8131 | SQL and PostgreSQL data types with the XML Schema specification, |
8132 | 8132 | at which point a more precise description will appear. |
8133 | 8133 | </para> |
|