summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/reindex.sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-09-09 18:28:53 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-09-09 18:28:53 +0000
commitd4019b7cd33e7d820013c8a58917e31cdcca57ed (patch)
tree41759e9502ac811454da2cbe0d448fbcc30b9a52 /doc/src/sgml/ref/reindex.sgml
parent1815f6179d48d565d179032d79b2fcf844727094 (diff)
downloadpostgresql-d4019b7cd33e7d820013c8a58917e31cdcca57ed.tar.gz
Remove a bunch of content-free Diagnostics sections, as per previous
discussion. (Still have some work to do editing the remainder.)
Diffstat (limited to 'doc/src/sgml/ref/reindex.sgml')
-rw-r--r--doc/src/sgml/ref/reindex.sgml17
1 files changed, 1 insertions, 16 deletions
diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml
index 8258b460f1..b919f2c53c 100644
--- a/doc/src/sgml/ref/reindex.sgml
+++ b/doc/src/sgml/ref/reindex.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.18 2003/08/31 17:32:24 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.19 2003/09/09 18:28:53 tgl Exp $
PostgreSQL documentation
-->
@@ -150,21 +150,6 @@ REINDEX { DATABASE | TABLE | INDEX } <replaceable class="PARAMETER">name</replac
</varlistentry>
</variablelist>
</refsect1>
-
- <refsect1>
- <title>Diagnostics</title>
-
- <variablelist>
- <varlistentry>
- <term><computeroutput>REINDEX</computeroutput></term>
- <listitem>
- <para>
- Message returned if the indexes were successfully recreated.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </refsect1>
<refsect1>
<title>Examples</title>