Re: BUG #14103: stored function encryption

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: salianjag(at)gmail(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14103: stored function encryption
Date: 2016-04-30 02:01:30
Message-ID: 20160430020130.GB28568@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Apr 20, 2016 at 06:54:37AM -0700, John R Pierce wrote:
> 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.

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

--
Bruce Momjian <bruce(at)momjian(dot)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 +

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2016-04-30 06:27:55 Re: BUG #14103: stored function encryption
Previous Message Tom Lane 2016-04-30 00:20:59 Re: Bug report