Re: GRANT ON C

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: Martin Marques <martin(at)bugs(dot)unl(dot)edu(dot)ar>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: GRANT ON C
Date: 2003-12-07 20:10:01
Message-ID: 87vfostmna.fsf@asmodeus.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martin Marques <martin(at)bugs(dot)unl(dot)edu(dot)ar> writes:

> Is the postgres super-user the only one that can create functions
> with LANGUAGE C?

Yes, because a C function can basically do anything it wants to with
the privileges of the 'postgres' user.

So you have to create the function as superuser, but you only have to
do that once for each database...

-Doug

In response to

  • GRANT ON C at 2003-12-07 20:00:44 from Martin Marques

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin Marques 2003-12-07 20:13:32 Re: GRANT ON C
Previous Message Martin Marques 2003-12-07 20:00:44 GRANT ON C