Re: Protecting stored procedures - Mailing list pgsql-general

From Vibhor Kumar
Subject Re: Protecting stored procedures
Date
Msg-id 4B054548-0659-4D31-93FE-5C16295DD7F9@enterprisedb.com
Whole thread Raw
In response to Protecting stored procedures  (Michael Gould <mgould@intermodalsoftwaresolutions.net>)
List pgsql-general
On Apr 7, 2011, at 6:16 PM, Michael Gould wrote:

> We want to protect the intellectual property of several of our stored procedures.  If we put them in a separate
schemain the database and only allow execute on anything in that schema would that protect our stored procedures? 

If use is normal user, then you can revoke the access of procedure from user.
If you are thinking of keeping the code of stored procedure hidden from any user, then you can use PL_secure:
http://www.enterprisedb.com/docs/en/8.4/plsecure/Postgres_Plus_Standard_Server_PL_Secure_PLpgSQL-09.htm#P134_8474

Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
vibhor.kumar@enterprisedb.com
Blog:http://vibhork.blogspot.com


pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Re: how to insert multiple rows and get the ids back in a temp table (pgplsql)?
Next
From: Merlin Moncure
Date:
Subject: Re: Arrays of arrays