diff options
author | Tom Lane | 2007-12-21 03:37:18 +0000 |
---|---|---|
committer | Tom Lane | 2007-12-21 03:37:18 +0000 |
commit | 112c8555adb813c5b47671e84aaf6c42c9242843 (patch) | |
tree | 6ef034229ec2621448d1d8aec1d8090c59620fbf | |
parent | 120d7e18e7df28f91bfec8dad759b098842b4d61 (diff) |
Fix a small typo, per Jan Urbanski
-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 adfadbc2cc3..340efac6556 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.418 2007/12/15 01:18:34 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.419 2007/12/21 03:37:18 tgl Exp $ --> <chapter id="functions"> <title>Functions and Operators</title> @@ -8127,7 +8127,7 @@ SELECT xmlelement(name foo, xmlattributes('xyz' as bar), <type>bytea</type>) will be represented in base64 or hex encoding, depending on the setting of the configuration parameter <xref linkend="guc-xmlbinary">. The particular behavior for - individual data types is expected evolve in order to align the + individual data types is expected to evolve in order to align the SQL and PostgreSQL data types with the XML Schema specification, at which point a more precise description will appear. </para> |