mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the need
to reindex GiST indexes: If you were running a previous 8.X.X release, REINDEX all GiST indexes after the upgrade.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.579.2.7 2008/10/30 22:22:41 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.579.2.8 2009/01/09 01:47:14 momjian Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Typical markup:
|
Typical markup:
|
||||||
@@ -83,7 +83,9 @@ do it for earlier branch release files.
|
|||||||
<para>
|
<para>
|
||||||
A dump/restore is not required for those running 8.3.X.
|
A dump/restore is not required for those running 8.3.X.
|
||||||
However, if you are upgrading from a version earlier than 8.3.1,
|
However, if you are upgrading from a version earlier than 8.3.1,
|
||||||
see the release notes for 8.3.1.
|
see the release notes for 8.3.1. If you were running a previous
|
||||||
|
8.3.X release, REINDEX all GiST indexes after the upgrade.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
@@ -4042,7 +4044,8 @@ current_date < 2017-11-17
|
|||||||
<para>
|
<para>
|
||||||
A dump/restore is not required for those running 8.2.X.
|
A dump/restore is not required for those running 8.2.X.
|
||||||
However, if you are upgrading from a version earlier than 8.2.7,
|
However, if you are upgrading from a version earlier than 8.2.7,
|
||||||
see the release notes for 8.2.7.
|
see the release notes for 8.2.7. If you were running a previous
|
||||||
|
8.2.X release, REINDEX all GiST indexes after the upgrade.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
@@ -8494,7 +8497,8 @@ current_date < 2017-11-17
|
|||||||
<para>
|
<para>
|
||||||
A dump/restore is not required for those running 8.1.X.
|
A dump/restore is not required for those running 8.1.X.
|
||||||
However, if you are upgrading from a version earlier than 8.1.2,
|
However, if you are upgrading from a version earlier than 8.1.2,
|
||||||
see the release notes for 8.1.2.
|
see the release notes for 8.1.2. If you were running a previous
|
||||||
|
8.1.X release, REINDEX all GiST indexes after the upgrade.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Reference in New Issue
Block a user