On Mon, Jun 2, 2025 at 9:57 PM jian he <jian(dot)universality(at)gmail(dot)com> wrote:
>
> Currently in pg18, we can add not enforced check constraints.
> but we can not do ALTER TABLE ALTER CONSTRAINT [NOT] ENFORCED
> for check constraint.
>
> The attached patch is implementation of changing enforceability of
> check constraint.
hi.
rebase and minor refactoring.