Getting a error on creating a partition table index 12.2. - Mailing list pgsql-general

From nikhil raj
Subject Getting a error on creating a partition table index 12.2.
Date
Msg-id CAG1ps1zLv1wozG2PacTDHSS1KuDuhXE2UiKX4Wec+OzoHr8iLg@mail.gmail.com
Whole thread Raw
Responses Re: Getting a error on creating a partition table index 12.2.  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
HI ALL,

While creating the index on the partition table i am getting error on it  saying

ERROR: cannot specify default tablespace for partitioned relations SQL state: 0A00.

Query is

CREATE INDEX t_e20so1_doi_c_doid_idx
    ON public.t_e20so1_doi USING btree
    (i_doid ASC NULLS LAST)
    TABLESPACE pg_default;


Note:- but the same query is executed in the 12.1 version.its working fine.

pgsql-general by date:

Previous
From: Virendra Kumar
Date:
Subject: Re: Real application clustering in postgres.
Next
From: stan
Date:
Subject: Re: A question about the number of times a trigger will fire