On Tue, Oct 10, 2017 at 11:38:59AM +0000, ROS Didier wrote:> Hi> I need to get the list of functions which are defined with "SECURITY-DEFINER" . How can I get this in SQL ?
select * from pg_proc where prosecdef;
Best regards,
depesz