Re: BUG #14103: stored function encryption

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #14103: stored function encryption
Дата
Msg-id 20160430020130.GB28568@momjian.us
обсуждение исходный текст
Ответ на Re: BUG #14103: stored function encryption  (John R Pierce <pierce@hogranch.com>)
Ответы Re: BUG #14103: stored function encryption
Re: BUG #14103: stored function encryption
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug report
Следующее
От: John R Pierce
Дата:
Сообщение: Re: BUG #14103: stored function encryption