Re: Securing stored procedures and triggers

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: fasupport(at)allcoast(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Securing stored procedures and triggers
Date: 2007-10-31 15:13:23
Message-ID: 877il3qpv0.fsf@suzuka.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

mgould <mgould(at)allcoast(dot)net> writes:

> We are currently migrating from Sybase's ASA 9/10 to PostGres 8.2.4.
> One of the features that is really nice in ASA is the ability to add
> the attribute hidden to a Create procedure, Create function and
> Create trigger. Essentially what this does is encrypt the code so
> that if anyone or any utility gets into the database they cannot see
> any of the actual code. This is a great feature for protecting
> intellectual processing techniques. I don't know if there is anyway
> to do this in PostGres. Before the hidden feature was added, we had
> a competitor steal some of our stored procedure processing code. Is
> there anyway to protect this from happening in PostGres?

The only bulletproof way to do this currently is to write all your
stored functions in C and load them as a shared library.

-Doug

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Reg Me Please 2007-10-31 15:33:02 Re: Securing stored procedures and triggers
Previous Message Douglas McNaught 2007-10-31 15:11:58 Re: configure password