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

From: Rajkumar Raghuwanshi <rajkumar(dot)raghuwanshi(at)enterprisedb(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: alter index WITH ( storage_parameter = value [, ... ] ) for partition index.
Date: 2018-06-28 06:38:40
Message-ID: CAKcux6keykr6zHp-V3WcQACMv_6J=7kHGZM0qioVJA-TRmc40A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 28, 2018 at 12:07 PM, Michael Paquier <michael(at)paquier(dot)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(at)mail(dot)gmail(dot)com

Thanks, Sorry I missed thread.

>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-06-28 06:47:27 Re: Copy function for logical replication slots
Previous Message Michael Paquier 2018-06-28 06:37:00 Re: alter index WITH ( storage_parameter = value [, ... ] ) for partition index.