Re: Permissions within a function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Hallgren <thhal(at)mailblocks(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Permissions within a function
Date: 2004-12-17 20:03:35
Message-ID: 22324.1103313815@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Hallgren <thhal(at)mailblocks(dot)com> writes:
> ... Is there any way to bypass the
> permissions when I do an SPI call from within a call handler somehow?

No, but you don't have to use SPI. C code can do pretty much what it
wants to.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Hallgren 2004-12-17 20:15:55 Re: Permissions within a function
Previous Message Hannu Krosing 2004-12-17 19:40:50 Re: Permissions within a function