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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: alter index WITH ( storage_parameter = value [, ... ] ) forpartition index.
Дата
Msg-id CA+TgmobpNxre+ZXmbX743xSbE-cCv5SW7g=wDdPE4FcxK4ysxA@mail.gmail.com
обсуждение исходный текст
Ответ на alter index WITH ( storage_parameter = value [, ... ] ) for partition index.  (Rajkumar Raghuwanshi <rajkumar.raghuwanshi@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Regression on PostgreSQL 10 ORDER/GROUP BY expression not foundin targetlist
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Fix error message when trying to alter statistics on included column