From d8290b89758e10e15e35f98c80f7c7e1a5aee44f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 21 Dec 2007 03:37:18 +0000 Subject: [PATCH] Fix a small typo, per Jan Urbanski --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 0872f2268c..a5b32c903d 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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. -- 2.39.5