Re: WIP: plpgsql source code obfuscation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Cc: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
Subject: Re: WIP: plpgsql source code obfuscation
Date: 2008-01-29 14:21:42
Message-ID: 200801291521.42983.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2008-01-29 14:33:30 Re: WIP: plpgsql source code obfuscation
Previous Message Peter Eisentraut 2008-01-29 14:19:39 Re: WIP: plpgsql source code obfuscation