Re: DISABLE TRIGGER doc wrong? - Mailing list pgsql-general

From Dominique Devienne
Subject Re: DISABLE TRIGGER doc wrong?
Date
Msg-id CAFCRh-9r8M1Y+nW5quojN6NKUUjcSHvUB01JPscGtG1nbL8oSA@mail.gmail.com
Whole thread Raw
In response to Re: DISABLE TRIGGER doc wrong?  (Dominique Devienne <ddevienne@gmail.com>)
List pgsql-general
On Mon, Aug 25, 2025 at 6:33 PM Dominique Devienne <ddevienne@gmail.com> wrote:
> On Mon, Aug 25, 2025 at 6:24 PM Adrian Klaver <adrian.klaver@aklaver.com> wrote:
> > On 8/25/25 09:19, Dominique Devienne wrote:
> > > or I'm reading it wrong? --DD
> > >
> > >  From https://www.postgresql.org/docs/current/sql-altertable.html#SQL-ALTERTABLE-DESC-DISABLE-ENABLE-TRIGGER:
> > >> Disabling or enabling internally generated constraint triggers requires superuser privileges
> > >
> > > We were disabling triggers as the owner of the table just fine, no
> > > SUPERUSER involved. So is the doc out-of-date?
> >
> >  From the sentence before the above:
> >
> > "... internally generated constraint triggers, such as those that are
> > used to implement foreign key constraints or deferrable uniqueness and
> > exclusion constraints)."
>
> And? I don't see your point Adrian.
> Has no bearing on the SUPERUSER requirement, in my reading.

OK, maybe my initial was poorly worded. Let me try again:

We were ALTER TABLE {}.{} DISABLE TRIGGER ALL as the table owner.

ALL includes "internally generated constraint triggers", FKs in our case.
Yet the doc clearly states one must be SUPERUSER to do that.

Thus the doc should say "requires owning the altered table, or have
superuser privileges", no?

Hope this is a clearer inquiry. Thanks, --DD



pgsql-general by date:

Previous
From: Dominique Devienne
Date:
Subject: Re: DISABLE TRIGGER doc wrong?
Next
From: Pavel Luzanov
Date:
Subject: Re: DISABLE TRIGGER doc wrong?