Re: REINDEX VERBOSE unknown option

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Josef Šimánek <josef(dot)simanek(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: REINDEX VERBOSE unknown option
Date: 2019-11-17 03:41:59
Message-ID: CAFj8pRCrUS+eMFvssVPGZN-VDEMP3XN+1Dop0=CmeBq2D+dqOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

so 16. 11. 2019 v 18:43 odesílatel Josef Šimánek <josef(dot)simanek(at)gmail(dot)com>
napsal:

> Ahh, I just tried to do the same with reindexdb cli tool and the
> actual syntax is REINDEX (VERBOSE) TABLE sales; Sorry for unnecessary
> question. Anyway maybe we can add this to documentation as a example. I can
> prepare patch for this if welcomed.
>

Documentation patch is good idea.

Pavel

> so 16. 11. 2019 v 18:40 odesílatel Josef Šimánek <josef(dot)simanek(at)gmail(dot)com>
> napsal:
>
>> 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?
>>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Игорь Выскорко 2019-11-17 07:23:12 Function's execute overhead reducing
Previous Message Devrim Gündüz 2019-11-17 01:40:28 Re: pg12 rc1 on CentOS8 depend python2