REINDEX VERBOSE iso-8859-1 option - Mailing list pgsql-general

From Josef Šimánek
Subject REINDEX VERBOSE iso-8859-1 option
Date
Msg-id CAFp7QwqWeuDTHkeea7rMgdigyWb-ON2KQ=M0ho=X6G3RZEY4nQ@mail.gmail.com
Whole thread Raw
Responses Re: REINDEX VERBOSE iso-8859-1 option
List pgsql-general
Hello,

according to https://www.postgresql.org/docs/11/sql-reindex.html VERBOSE option is valid for REINDEX command for 11.3 PostgreSQL server. Anyway I'm getting error using VERBOSE option.

project_production=# REINDEX VERBOSE TABLE sales;
ERROR:  syntax error at or near "VERBOSE"                
LINE 1: REINDEX VERBOSE TABLE sales;                                                      
Time: 0.235 ms

I'm wondering if I'm doing anything wrong or actual documentation is wrong. Any ideas?

pgsql-general by date:

Previous
From: Jeff Janes
Date:
Subject: Re: Weird ranking results with ts_rank
Next
From: Josef Šimánek
Date:
Subject: Re: REINDEX VERBOSE iso-8859-1 option