Working with partition tables

Поиск
Список
Период
Сортировка
От John Scalia
Тема Working with partition tables
Дата
Msg-id CB597D75-DE77-4D17-9180-E7119AB6AA4F@gmail.com
обсуждение исходный текст
Ответы Re: Working with partition tables
Список pgsql-admin
Hi all,

We’re having a bit of a problem getting a partitioned table altered. The parent table has two partitions, which we have
detachedfrom it. The parent, however, refuses to be altered, as the parent still shows it is partitioned by its list
attribute,I.e. from \d+ 

Partition key: LIST(batched)

Is there any way to remove the partition key, or do we simply need to create a new table with the structure we need,
dropthe old one, then rename the new one to that original name and reattach the partitions? 

The docs on this seem a bit unclear on this issue.
—
Jay
Sent from my iPad


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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Save failed records into auxiliary table
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Working with partition tables