security definer function - Mailing list pgsql-sql

From Tomasz Myrta
Subject security definer function
Date
Msg-id 3F83E8B7.6040201@klaster.net
Whole thread Raw
List pgsql-sql
Hi

I have two functions:

A) function defined with "SECURITY DEFINER"
B) function defined with "SECURITY INVOKER"

Function A calls function B.

How is the function b called - with rights of definer of function A, or 
rather with rights of caller of function A ?

Regards,
Tomasz Myrta



pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: PG equivalent to Sybase varbinary
Next
From: "Kumar"
Date:
Subject: Possible to have array as input paramter for a function?