Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
| От | Alexander Lakhin |
|---|---|
| Тема | Re: Add SPLIT PARTITION/MERGE PARTITIONS commands |
| Дата | |
| Msg-id | f79fa76f-de07-b930-0bc7-359d6cbab159@gmail.com обсуждение |
| Ответ на | Re: Add SPLIT PARTITION/MERGE PARTITIONS commands (Dmitry Koval <d.koval@postgrespro.ru>) |
| Ответы |
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
|
| Список | pgsql-hackers |
Hi Dmitry, 12.04.2024 16:04, Dmitry Koval wrote: > Hi! > > Attached is a patch with corrections based on comments in previous letters (I think these corrections are not final). > I'll be very grateful for feedbacks and bug reports. > > 11.04.2024 20:00, Alexander Lakhin wrote: > > may be an attempt to merge into implicit > > pg_temp should fail just like CREATE TABLE ... PARTITION OF ... does? > > Corrected. Result is: Thank you! Still now we're able to create a partition in the pg_temp schema explicitly. Please try: ALTER TABLE t MERGE PARTITIONS (tp_0_1, tp_1_2) INTO pg_temp.tp_0_2; in the scenario [1] and you'll get the same empty table. [1] https://www.postgresql.org/message-id/fdaa003e-919c-cbc9-4f0c-e4546e96bd65%40gmail.com Best regards, Alexander
В списке pgsql-hackers по дате отправления: