Mention ANALYZE after CLUSTER.

This commit is contained in:
Bruce Momjian 2002-08-10 21:03:33 +00:00
parent d1c6416223
commit 5c3102d6d1

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/cluster.sgml,v 1.17 2002/08/10 20:43:46 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/cluster.sgml,v 1.18 2002/08/10 21:03:33 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -183,9 +183,12 @@ SELECT <replaceable class="parameter">columnlist</replaceable> INTO TABLE <repla
</para> </para>
<para> <para>
As opposed to previous releases, CLUSTER does not lose GRANT, CLUSTER preserves GRANT, inheritance index, and foreign key information.
inheritance or foreign key information, and preserves indexes </para>
other than the one being used for the CLUSTER.
<para>
Because the optimizer records the cluster status of tables, it is
advised to run <command>ANALYZE</command> on the newly clustered table.
</para> </para>
</refsect2> </refsect2>
@ -238,3 +241,4 @@ sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil sgml-local-ecat-files:nil
End: End:
--> -->