default partitions can be partitioned and have default partitions?

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема default partitions can be partitioned and have default partitions?
Дата
Msg-id 20190928151800.GK5295@telsasoft.com
обсуждение исходный текст
Ответы Re: default partitions can be partitioned and have default partitions?
Список pgsql-hackers
postgres=# CREATE TABLE t(i int)PARTITION BY RANGE(i);
CREATE TABLE
postgres=# CREATE TABLE t0 PARTITION OF t DEFAULT PARTITION BY RANGE(i);
CREATE TABLE
postgres=# CREATE TABLE t00 PARTITION OF t0 DEFAULT; -- oh yes
CREATE TABLE
...

Not sure how it could be useful to partition default into subpartitions of
lists, ranges, hashes.

Justin



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