Re: alter index WITH ( storage_parameter = value [, ... ] ) forpartition index. - Mailing list pgsql-hackers

From Robert Haas
Subject Re: alter index WITH ( storage_parameter = value [, ... ] ) forpartition index.
Date
Msg-id CA+TgmobpNxre+ZXmbX743xSbE-cCv5SW7g=wDdPE4FcxK4ysxA@mail.gmail.com
Whole thread Raw
In response to alter index WITH ( storage_parameter = value [, ... ] ) for partition index.  (Rajkumar Raghuwanshi <rajkumar.raghuwanshi@enterprisedb.com>)
List pgsql-hackers
On Wed, Jun 27, 2018 at 5:42 AM, Rajkumar Raghuwanshi
<rajkumar.raghuwanshi@enterprisedb.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


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Regression on PostgreSQL 10 ORDER/GROUP BY expression not foundin targetlist
Next
From: Robert Haas
Date:
Subject: Re: Fix error message when trying to alter statistics on included column