Getting a error on creating a partition table index 12.2.

Поиск
Список
Период
Сортировка
От nikhil raj
Тема Getting a error on creating a partition table index 12.2.
Дата
Msg-id CAG1ps1zLv1wozG2PacTDHSS1KuDuhXE2UiKX4Wec+OzoHr8iLg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Getting a error on creating a partition table index 12.2.
Список 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 по дате отправления:

Предыдущее
От: Virendra Kumar
Дата:
Сообщение: Re: Real application clustering in postgres.
Следующее
От: stan
Дата:
Сообщение: Re: A question about the number of times a trigger will fire