1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Minor fixes for the release notes.

This commit is contained in:
Neil Conway
2007-10-18 06:07:23 +00:00
parent 403b6fd9a9
commit 35342395c0

View File

@ -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: Typical markup:
@ -65,14 +65,14 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Support for the SQL/XML standard, including a operators and a Support for the SQL/XML standard, including new operators and a
new <type>XML</type> builtin new <type>XML</type> builtin type
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Enumerated (<type>ENUM</>) data type support Support for enumerated data types (<type>ENUM</type>)
</para> </para>
</listitem> </listitem>
@ -1305,14 +1305,14 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Support for the SQL/XML standard, including a operators and a Support for the SQL/XML standard, including new operators and a
new <type>XML</type> builtin (Nikolay Samokhvalov, Peter) new <type>XML</type> builtin type (Nikolay Samokhvalov, Peter)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Enumerated (<type>ENUM</>) data type support (Tom Dunstan) Support for enumerated data types (<type>ENUM</type>) (Tom Dunstan)
</para> </para>
<para> <para>