1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Minor SGML improvements.

This commit is contained in:
Neil Conway
2004-03-23 13:21:41 +00:00
parent 9f894981da
commit 446b5476e5
4 changed files with 17 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.31 2003/11/29 19:51:38 pgsql Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.32 2004/03/23 13:21:41 neilc Exp $
PostgreSQL documentation
-->
@@ -129,9 +129,10 @@ CLUSTER
</para>
<para>
Because the planner records statistics about the ordering of tables, it
is advisable to run <command>ANALYZE</command> on the newly clustered
table. Otherwise, the planner may make poor choices of query plans.
Because the planner records statistics about the ordering of
tables, it is advisable to run <xref linkend="sql-analyze"
endterm="sql-analyze-title"> on the newly clustered table.
Otherwise, the planner may make poor choices of query plans.
</para>
<para>
@@ -175,7 +176,7 @@ CLUSTER emp_ind ON emp;
</para>
<para>
Cluster the <literal>employees</literal> relation using the same
Cluster the <literal>employees</literal> table using the same
index that was used before:
<programlisting>
CLUSTER emp;