From: Tom Lane Date: Fri, 21 Dec 2007 03:37:18 +0000 (+0000) Subject: Fix a small typo, per Jan Urbanski X-Git-Tag: REL8_3_RC1~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=112c8555adb813c5b47671e84aaf6c42c9242843;p=thirdparty%2Fpostgresql.git Fix a small typo, per Jan Urbanski --- 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 @@ - + Functions and Operators @@ -8127,7 +8127,7 @@ SELECT xmlelement(name foo, xmlattributes('xyz' as bar), bytea) will be represented in base64 or hex encoding, depending on the setting of the configuration parameter . 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.