Re: alter index WITH ( storage_parameter = value [, ... ] ) for partition index.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Rajkumar Raghuwanshi <rajkumar(dot)raghuwanshi(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: alter index WITH ( storage_parameter = value [, ... ] ) for partition index.
Date: 2018-07-02 18:18:41
Message-ID: CA+TgmobpNxre+ZXmbX743xSbE-cCv5SW7g=wDdPE4FcxK4ysxA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 27, 2018 at 5:42 AM, Rajkumar Raghuwanshi
<rajkumar(dot)raghuwanshi(at)enterprisedb(dot)com> wrote:
> postgres=# alter index part_idx reset (fillfactor);
> ERROR: "part_idx" is not a table, view, materialized view, or index

I don't know whether that should work, but it seems like the error
message needs improvement, at the least.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2018-07-02 18:23:09 Re: Fix error message when trying to alter statistics on included column
Previous Message Robert Haas 2018-07-02 18:07:37 Re: pgsql: Clarify use of temporary tables within partition trees