Q: documentation bug ?

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Q: documentation bug ?
Date: 2016-02-04 10:53:18
Message-ID: 20160204105318.GD22591@hermes.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Hello all,

the online documentation for REINDEX

http://www.postgresql.org/docs/9.5/static/sql-reindex.html

talks about VERBOSE

Synopsis

REINDEX [ ( { VERBOSE } [, ...] ) ] { INDEX | TABLE | SCHEMA | DATABASE | SYSTEM } name

[...]

VERBOSE

Prints a progress report as each index is reindexed.

but

root(at)hermes:~/bin# psql -d gnumed_v21 -U gm-dbo
Ausgabeformat ist „wrapped“.
Erweiterte Anzeige ist an.
psql (9.5.0)
Geben Sie „help“ für Hilfe ein.

gnumed_v21=> select version();
-[ RECORD 1 ]-------------------------------------------------------------------------------------------
version | PostgreSQL 9.5.0 on i686-pc-linux-gnu, compiled by gcc (Debian 5.3.1-5) 5.3.1 20160101, 32-bit

gnumed_v21=> reindex<TAB>
DATABASE INDEX SCHEMA SYSTEM TABLE

gnumed_v21=> reindex verbose database 'gnumed_v21';
ERROR: syntax error at or near "verbose"
ZEILE 1: reindex verbose database 'gnumed_v21';
^
gnumed_v21=>

Does this constitute a bug in the documentation or in the Debian version of PG ?

Thanks,
Karsten
--
GPG key ID E4071346 @ eu.pool.sks-keyservers.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2016-02-04 10:56:56 Re: Q: documentation bug ?
Previous Message arnaud gaboury 2016-02-04 09:28:44 Re: query from two tables & concat the result

Browse pgsql-sql by date

  From Date Subject
Next Message Karsten Hilbert 2016-02-04 10:56:56 Re: Q: documentation bug ?
Previous Message Shashank Dutt Jha 2016-02-04 07:23:01 Create db fails using utility tool