Re: WIP: plpgsql source code obfuscation

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: WIP: plpgsql source code obfuscation
Дата
Msg-id 937d27e10801280604r48dfd504i484c0db879b692c7@mail.gmail.com
обсуждение исходный текст
Ответ на WIP: plpgsql source code obfuscation  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Ответы Re: WIP: plpgsql source code obfuscation  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-patches
On Jan 28, 2008 12:51 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> Hello
>
> this patch define new function flag - OBFUSCATE. With this flag
> encrypted source code is stored to probin column. Password is stored
> in GUC_SUPERUSER_ONLY item - it is similar security like SQL Server
> does (where privileged users can access system tables with source code
> or can use debugger).
>
> ToDo: Dump

Without making any comment of whether or not we should actually do
this, a flag in pg_proc to indicate that the function is obfuscated
would be handy for apps like pgAdmin, rather than assuming a - in
prosrc has that meaning (which may be valid for some interpreters).

/D

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: [HACKERS] Including Snapshot Info with Indexes
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: [8.4] Updated WITH clause patch (non-recursive)