diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-09 18:28:53 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-09 18:28:53 +0000 |
commit | d4019b7cd33e7d820013c8a58917e31cdcca57ed (patch) | |
tree | 41759e9502ac811454da2cbe0d448fbcc30b9a52 /doc/src/sgml/ref/drop_index.sgml | |
parent | 1815f6179d48d565d179032d79b2fcf844727094 (diff) | |
download | postgresql-d4019b7cd33e7d820013c8a58917e31cdcca57ed.tar.gz postgresql-d4019b7cd33e7d820013c8a58917e31cdcca57ed.zip |
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/drop_index.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_index.sgml | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/doc/src/sgml/ref/drop_index.sgml b/doc/src/sgml/ref/drop_index.sgml index 720d601e76c..9f71d0cf07b 100644 --- a/doc/src/sgml/ref/drop_index.sgml +++ b/doc/src/sgml/ref/drop_index.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_index.sgml,v 1.19 2003/08/31 17:32:22 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_index.sgml,v 1.20 2003/09/09 18:28:53 tgl Exp $ PostgreSQL documentation --> @@ -69,32 +69,6 @@ DROP INDEX <replaceable class="PARAMETER">name</replaceable> [, ...] [ CASCADE | </refsect1> <refsect1> - <title>Diagnostics</title> - - <variablelist> - <varlistentry> - <term><computeroutput>DROP INDEX</computeroutput></term> - <listitem> - <para> - Message returned if the command completes successfully. - </para> - </listitem> - </varlistentry> - - <varlistentry> - <term><computeroutput>ERROR: index "<replaceable class="PARAMETER">name</replaceable>" does not exist</computeroutput></term> - <listitem> - <para> - This message is returned if <replaceable - class="PARAMETER">name</replaceable> is not an existing - index. - </para> - </listitem> - </varlistentry> - </variablelist> - </refsect1> - - <refsect1> <title>Examples</title> <para> |