Re: How to remove the partition from table .

Поиск
Список
Период
Сортировка
От Erik Wienhold
Тема Re: How to remove the partition from table .
Дата
Msg-id 568082632.421153.1666696165054@office.mailbox.org
обсуждение исходный текст
Ответ на How to remove the partition from table .  (Rakesh Nashine <nashine.rakesh@gmail.com>)
Список pgsql-general
> On 25/10/2022 12:47 CEST Rakesh Nashine <nashine.rakesh@gmail.com> wrote:
>
> We would like to remove the partition from one of the tables , although that
> partition has some business data. Now business doesn't need that partition
> any more .. How could we remove it? although they need the data .

Detach the partition:

https://www.postgresql.org/docs/15/sql-altertable.html#SQL-ALTERTABLE-DETACH-PARTITION

--
Erik



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

Предыдущее
От: Rakesh Nashine
Дата:
Сообщение: How to remove the partition from table .
Следующее
От: Ron
Дата:
Сообщение: Re: How to remove the partition from table .