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

Поиск
Список
Период
Сортировка
От Rajkumar Raghuwanshi
Тема Re: alter index WITH ( storage_parameter = value [, ... ] ) forpartition index.
Дата
Msg-id CAKcux6keykr6zHp-V3WcQACMv_6J=7kHGZM0qioVJA-TRmc40A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: alter index WITH ( storage_parameter = value [, ... ] ) forpartition index.  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Thu, Jun 28, 2018 at 12:07 PM, Michael Paquier <michael@paquier.xyz> wrote:
On Thu, Jun 28, 2018 at 11:51:23AM +0530, Rajkumar Raghuwanshi wrote:
> postgres=# select pgstatindex('part_pk');
> ERROR:  relation "part_pk" is not a btree index

This error message is intentional.  Please see bef5fcc and its related
thread:
https://www.postgresql.org/message-id/CAH2-WzkOKptQiE51Bh4_xeEHhaBwHkZkGtKizrFMgEkfUuRRQg@mail.gmail.com

Thanks, Sorry I missed thread.  
 

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: alter index WITH ( storage_parameter = value [, ... ] ) forpartition index.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Copy function for logical replication slots