Re: Add SPLIT PARTITION/MERGE PARTITIONS commands

From: Dmitry Koval <d(dot)koval(at)postgrespro(dot)ru>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Date: 2025-05-22 08:57:43
Message-ID: f3c12465-569f-40da-963a-f1129e2940f0@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> superuser can bypass all permission checks.
> superuser can attach any table to the partitioned table as he wants.

That's right.
Using SUPERUSER may be a rare situation, but it needs to be processed.

--
With best regards,
Dmitry Koval

Postgres Professional: http://postgrespro.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Dolgov 2025-05-22 09:03:46 Re: queryId constant squashing does not support prepared statements
Previous Message Andy Fan 2025-05-22 08:51:51 Re: Expression push down from Join Node to below node.