crypting prosrc in pg_proc - Mailing list pgsql-hackers

From Hans-Juergen Schoenig
Subject crypting prosrc in pg_proc
Date
Msg-id 603890DF-F82A-4B5F-AE31-4B70665FB698@cybertec.at
Whole thread Raw
Responses Re: crypting prosrc in pg_proc  (hubert depesz lubaczewski <depesz@depesz.com>)
Re: crypting prosrc in pg_proc  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
hello everybody,

one of our customers wants to store the code of interpreted procedures (PL/pgSQL, PL/Perl) and so in an encrypted way.
so the idea we had to add one more column to pg_proc telling us whether prosrc is encrypted or not. people could chose then whether to crypt codes there or not (speed of decryption can be an issue).

should not be hard to implement ...

what do people think about this feature?

many thanks,

hans


--
Cybertec Geschwinde & Schönig GmbH
Gröhrmühlgasse 26, 2700 Wiener Neustadt
Tel: +43/1/205 10 35 / 340
www.postgresql.at, www.cybertec.at


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: HOT patch, missing things
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: crypting prosrc in pg_proc