Re: How to hide stored procedure's bodies from specific user - Mailing list pgsql-general

From John R Pierce
Subject Re: How to hide stored procedure's bodies from specific user
Date
Msg-id 54DD3763.70101@hogranch.com
Whole thread Raw
In response to How to hide stored procedure's bodies from specific user  (Saimon Lim <aimon.slim@gmail.com>)
List pgsql-general
On 2/11/2015 1:54 AM, Saimon Lim wrote:
> I want to hide my own stored procedures' bodies from the specific user.
> As far as I know, procedure's body is visible in the
> pg_catalog.pg_proc table.

only good way I know of to do that is to write the procedures in C so
they are binary .so/.dll files.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: How to hide stored procedure's bodies from specific user
Next
From: Pavel Stehule
Date:
Subject: Re: How to hide stored procedure's bodies from specific user