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

From Bruce Momjian
Subject Re: BUG #14103: stored function encryption
Date
Msg-id 20160430020130.GB28568@momjian.us
Whole thread Raw
In response to Re: BUG #14103: stored function encryption  (John R Pierce <pierce@hogranch.com>)
Responses Re: BUG #14103: stored function encryption
Re: BUG #14103: stored function encryption
List pgsql-bugs
On Wed, Apr 20, 2016 at 06:54:37AM -0700, John R Pierce wrote:
> 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.

FYI, you can often run 'strings' on the object file to see the SQL
queries.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+                     Ancient Roman grave inscription +

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug report
Next
From: John R Pierce
Date:
Subject: Re: BUG #14103: stored function encryption