Re: Wrong security context for deferred triggers?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Wrong security context for deferred triggers?
Date: 2024-11-04 16:22:17
Message-ID: 2653121.1730737337@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> I'll mark this patch as ready for committer

The cfbot points out a minor problem [1]:

create role groot;
+WARNING: roles created by regression test cases should have names starting with "regress_"
create role outis;
+WARNING: roles created by regression test cases should have names starting with "regress_"
create function whoami() returns trigger language plpgsql

(You can compile with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS
to enable these warnings locally.)

regards, tom lane

[1] http://cfbot.cputube.org/highlights/all.html#4888

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Erik Wienhold 2024-11-04 16:24:34 Re: pg_dump --no-comments confusion
Previous Message David G. Johnston 2024-11-04 16:19:38 Re: Bug in create type when missed the comma between element list