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?  (Amit Langote <amitlangote09@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Document recovery_target_action behavior?
Следующее
От: David Steele
Дата:
Сообщение: Re: Standby accepts recovery_target_timeline setting?