Re: Protecting stored procedures

From: Sim Zacks <sim(at)compulab(dot)co(dot)il>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Protecting stored procedures
Date: 2011-04-07 13:56:55
Message-ID: 4D9DC2A7.106@compulab.co.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/07/2011 03:46 PM, Michael Gould wrote:

> We want to protect the intellectual property of several of our stored
> procedures. If we put them in a separate schema in the database and
> only allow execute on anything in that schema would that protect our
> stored procedures?
>
> Best Regards
>
It depends on what level you want to protect it and what rights the
clients have on the machine.

The short answer is that with physical access to a machine, a system
administrator should be able to gain super user access to anything on
the machine, including the databases.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Lelarge 2011-04-07 13:59:30 Re: Attaching/detaching tablespaces (or, in general, parts of a DB)
Previous Message Vibhor Kumar 2011-04-07 13:54:59 Re: Protecting stored procedures