Re: Wrong security context for deferred triggers? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Wrong security context for deferred triggers?
Date
Msg-id 2653121.1730737337@sss.pgh.pa.us
Whole thread Raw
In response to Re: Wrong security context for deferred triggers?  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.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



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Bug in create type when missed the comma between element list
Next
From: Erik Wienhold
Date:
Subject: Re: pg_dump --no-comments confusion