Re: GRANT ON C - Mailing list pgsql-general

From Doug McNaught
Subject Re: GRANT ON C
Date
Msg-id 87vfostmna.fsf@asmodeus.mcnaught.org
Whole thread Raw
In response to GRANT ON C  (Martin Marques <martin@bugs.unl.edu.ar>)
Responses Re: GRANT ON C  (Martin Marques <martin@bugs.unl.edu.ar>)
List pgsql-general
Martin Marques <martin@bugs.unl.edu.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

pgsql-general by date:

Previous
From: Martin Marques
Date:
Subject: GRANT ON C
Next
From: Martin Marques
Date:
Subject: Re: GRANT ON C