Skip to content

Commit 112c855

Browse files
committed
Fix a small typo, per Jan Urbanski
1 parent 120d7e1 commit 112c855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -8127,7 +8127,7 @@ SELECT xmlelement(name foo, xmlattributes('xyz' as bar),
81278127
<type>bytea</type>) will be represented in base64 or hex
81288128
encoding, depending on the setting of the configuration parameter
81298129
<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 expected to evolve in order to align the
81318131
SQL and PostgreSQL data types with the XML Schema specification,
81328132
at which point a more precise description will appear.
81338133
</para>

0 commit comments

Comments
 (0)