Re: Functions in postgres

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Tk421 <vrobador(at)vodafone(dot)es>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Functions in postgres
Date: 2004-11-09 15:11:51
Message-ID: 20041109151151.GA30394@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Nov 09, 2004 at 01:29:19PM +0100, Tk421 wrote:

> I've made some functions, an i want these functions to be used
> by a specified user, but i don't want this user can see the code
> of the functions.

Are you trying to hide the code itself, or are you just trying to
hide sensitive data embedded in the code? If the latter, then you
might be able to move the data to a table and create the function
with SECURITY DEFINER.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Garris, Nicole 2004-11-09 16:40:58 FW: Proper nesting of hierarchical objects
Previous Message Francisco Jose Bernabe Pellicer 2004-11-09 15:10:56 Re: Where is postgresql??