Re: BUG #14103: stored function encryption

From: John R Pierce <pierce(at)hogranch(dot)com>
To: salianjag(at)gmail(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14103: stored function encryption
Date: 2016-04-20 13:54:37
Message-ID: 57178A1D.8010309@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 4/20/2016 3:59 AM, salianjag(at)gmail(dot)com wrote:
> how to encrypt functions in Postgresql so that we can hide all my business
> logic ?

write them in C or another compiled language, supply them as .SO (or
.dll) files.

> is there any option like with encryption present in MS SQL ?

no.

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-04-20 14:09:20 Re: BUG #14101: Postgres Service Crashes With Memory Error And Does Not Recover
Previous Message hus787 2016-04-20 13:06:28 BUG #14104: PREPARE document has a missing parameter in one of the examples