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

From: Michael Paquier <michael(at)paquier(dot)xyz>
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-06-28 06:37:00
Message-ID: 20180628063700.GK11054@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rajkumar Raghuwanshi 2018-06-28 06:38:40 Re: alter index WITH ( storage_parameter = value [, ... ] ) for partition index.
Previous Message Masahiko Sawada 2018-06-28 06:34:00 Re: Copy function for logical replication slots