summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway2007-10-18 06:07:23 +0000
committerNeil Conway2007-10-18 06:07:23 +0000
commit35342395c0cbfb5f431156d51db721d7a72b5f77 (patch)
tree236a5c60230db196a3e25ef2ea9974fae49e5dea
parent403b6fd9a99751aa35abbd68dff1f83c15535abc (diff)
Minor fixes for the release notes.
-rw-r--r--doc/src/sgml/release.sgml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index d14b0b0bfc1..adf8c931523 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.522 2007/10/18 05:39:06 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.523 2007/10/18 06:07:23 neilc Exp $ -->
<!--
Typical markup:
@@ -65,14 +65,14 @@ do it for earlier branch release files.
<listitem>
<para>
- Support for the SQL/XML standard, including a operators and a
- new <type>XML</type> builtin
+ Support for the SQL/XML standard, including new operators and a
+ new <type>XML</type> builtin type
</para>
</listitem>
<listitem>
<para>
- Enumerated (<type>ENUM</>) data type support
+ Support for enumerated data types (<type>ENUM</type>)
</para>
</listitem>
@@ -1305,14 +1305,14 @@ do it for earlier branch release files.
<listitem>
<para>
- Support for the SQL/XML standard, including a operators and a
- new <type>XML</type> builtin (Nikolay Samokhvalov, Peter)
+ Support for the SQL/XML standard, including new operators and a
+ new <type>XML</type> builtin type (Nikolay Samokhvalov, Peter)
</para>
</listitem>
<listitem>
<para>
- Enumerated (<type>ENUM</>) data type support (Tom Dunstan)
+ Support for enumerated data types (<type>ENUM</type>) (Tom Dunstan)
</para>
<para>