Re: WIP: plpgsql source code obfuscation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: WIP: plpgsql source code obfuscation
Дата
Msg-id 200801291521.42983.peter_e@gmx.net
обсуждение исходный текст
Ответ на WIP: plpgsql source code obfuscation  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Ответы Re: WIP: plpgsql source code obfuscation  (Andrew Dunstan <andrew@dunslane.net>)
Re: WIP: plpgsql source code obfuscation  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-patches
Am Montag, 28. Januar 2008 schrieb Pavel Stehule:
> 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).

Have you thought about a solution that applies the regular access privileges
to pg_proc in order to hide some content from less privileged users?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: WIP: plpgsql source code obfuscation
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: WIP: plpgsql source code obfuscation