Re: How to hide stored procedure's bodies from specific user

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to hide stored procedure's bodies from specific user
Date: 2015-02-12 23:29:39
Message-ID: 54DD3763.70101@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bo Tian 2015-02-12 23:46:18 question on Postgres smart shutdown mode
Previous Message Merlin Moncure 2015-02-12 23:26:00 Re: How to hide stored procedure's bodies from specific user