Search Postgresql Archives

Getting a error on creating a partition table index 12.2.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux