Re: Functions in postgres

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Tk421" <vrobador(at)vodafone(dot)es>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Functions in postgres
Date: 2004-11-09 13:08:26
Message-ID: 200411091408.26861.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am Dienstag, 9. November 2004 13:29 schrieb Tk421:
> 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. Does somebody knows how can i do this?

The only way to do that would be to write the function in C and compile it
into a shared library.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sim Zacks 2004-11-09 13:19:45 Re: Functions in postgres
Previous Message Geoffrey 2004-11-09 12:51:20 Re: Where is postgresql??