+ ------------------------------------------------------------------------
+ Release 7.1.3
+ ------------------------------------------------------------------------
+
+
+Release 7.1.3 (2001-08-15)
+
+Migration to v7.1.3
+
+A dump/restore is not required for those running 7.1.X.
+
+Changes
+-------
+Remove unused WAL segements of large transactions (Tom)
+Multiaction rule fix (Tom)
+Pl/pgSQL memory allocation fix (Jan)
+VACUUM buffer fix (Tom)
+Regression test fixes (Tom)
+pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
+Fix subselects with DISTINCT ON or LIMIT (Tom)
+BEOS fix
+Disable COPY TO/FROM a view (Tom)
+Cygwin build (Jason Tishler)
+
+
+
------------------------------------------------------------------------
Release 7.1.2
------------------------------------------------------------------------
<appendix id="release">
<title>Release Notes</title>
+ <sect1 id="release-7-1-3">
+ <title>Release 7.1.3</title>
+
+ <note>
+ <title>Release date</title>
+ <simpara>2001-08-15</simpara>
+ </note>
+
+ <!--
+ <docinfo>
+ <authorgroup>
+ <author>
+ <firstname>Bruce</firstname>
+ <surname>Momjian</surname>
+ </author>
+ </authorgroup>
+ </docinfo>
+ -->
+
+ <sect2>
+ <title>Migration to version 7.1.3</title>
+
+ <para>
+ A dump/restore is <emphasis>not</emphasis> required for those running
+ 7.1.X.
+ </para>
+ </sect2>
+
+ <sect2>
+ <title>Changes</title>
+
+ <para>
+ <programlisting>
+Remove unused WAL segements of large transactions (Tom)
+Multiaction rule fix (Tom)
+Pl/pgSQL memory allocation fix (Jan)
+VACUUM buffer fix (Tom)
+Regression test fixes (Tom)
+pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
+Fix subselects with DISTINCT ON or LIMIT (Tom)
+BEOS fix
+Disable COPY TO/FROM a view (Tom)
+Cygwin build (Jason Tishler)
+ </programlisting>
+ </para>
+ </sect2>
+ </sect1>
+
+
<sect1 id="release-7-1-2">
<title>Release 7.1.2</title>
-(2001-08-10)
+(2001-08-15)
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
on the latest release, upcoming features, and other information to make your
work or play with PostgreSQL more productive.