On Sun, Apr 19, 2026 at 6:44 AM Karsten Hilbert <[email protected]> wrote:
> > Running that does violate the (non-deferred) UNIQUE > > constraint on the table column, however. > You know about deferred constraints, you should use them here. This is one of the key use cases motivating their existence. David J.
