Re: 12.1 Partitioned Table Creation Bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 12.1 Partitioned Table Creation Bug
Дата
Msg-id 25735.1579722477@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 12.1 Partitioned Table Creation Bug  (Chris Drawater <Chris.Drawater@viavisolutions.com>)
Ответы Re: 12.1 Partitioned Table Creation Bug  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
Chris Drawater <Chris.Drawater@viavisolutions.com> writes:
> geo=> create table junk ( a int, b int) PARTITION BY RANGE (a);
> ERROR:  cannot specify default tablespace for partitioned relations

I'm guessing you've got default_tablespace set to something nonempty.

I don't know why the decision was made to throw an error rather than
silently ignoring the setting ...

            regards, tom lane



В списке pgsql-bugs по дате отправления:

Предыдущее
От: Ruud van Asseldonk
Дата:
Сообщение: Re: High table creation rate results in “File exists” error
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: 12.1 Partitioned Table Creation Bug