security definer function

From: Tomasz Myrta <jasiek(at)klaster(dot)net>
To: Lista dyskusyjna pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: security definer function
Date: 2003-10-08 10:36:39
Message-ID: 3F83E8B7.6040201@klaster.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-sql by date

  From Date Subject
Next Message Kumar 2003-10-08 10:47:37 Possible to have array as input paramter for a function?
Previous Message Richard Huxton 2003-10-08 08:45:06 Re: PG equivalent to Sybase varbinary