summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/analyze.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2003-03-25 16:15:44 +0000
committerPeter Eisentraut <peter_e@gmx.net>2003-03-25 16:15:44 +0000
commit5e5c5cd31af02ec7e0d22951d095de6a0d35215c (patch)
treebb45b753c74d3e280dee309591ca8462fdcc52f3 /doc/src/sgml/ref/analyze.sgml
parent685a4934d26eb89be89e5b624fa78fbeb3d0bb09 (diff)
Merge documentation into one book. (Build with "make html".) Replace
vague cross-references with real links.
Diffstat (limited to 'doc/src/sgml/ref/analyze.sgml')
-rw-r--r--doc/src/sgml/ref/analyze.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml
index 03b026e5215..fdfc0f18bf2 100644
--- a/doc/src/sgml/ref/analyze.sgml
+++ b/doc/src/sgml/ref/analyze.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/analyze.sgml,v 1.10 2003/01/19 00:13:29 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/analyze.sgml,v 1.11 2003/03/25 16:15:39 petere Exp $
PostgreSQL documentation
-->
@@ -152,7 +152,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="PARAMETER">table</replaceable> [ (<rep
<command>ANALYZE</command> deems them uninteresting (for example, in
a unique-key column, there are no common values) or if the column
data type does not support the appropriate operators. There is more
- information about the statistics in the &cite-user;.
+ information about the statistics in <xref linkend="maintenance">.
</para>
<para>