Re: BUG #14103: stored function encryption - Mailing list pgsql-bugs

From John R Pierce
Subject Re: BUG #14103: stored function encryption
Date
Msg-id 57178A1D.8010309@hogranch.com
Whole thread Raw
In response to BUG #14103: stored function encryption  (salianjag@gmail.com)
Responses Re: BUG #14103: stored function encryption
List pgsql-bugs
On 4/20/2016 3:59 AM, salianjag@gmail.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

pgsql-bugs by date:

Previous
From: salianjag@gmail.com
Date:
Subject: BUG #14103: stored function encryption
Next
From: Tom Lane
Date:
Subject: Re: BUG #14101: Postgres Service Crashes With Memory Error And Does Not Recover