Re: [GENERAL] Protect PL/PGSQL source

2007-02-15 Thread Merlin Moncure
On 2/14/07, Wilton <[EMAIL PROTECTED]> wrote: Hello, Does anyone knows if it´s possible to protect from users see a PL/PGSQL source ? I have a PL/PGSQL function and I want to make it invisible to users. stored procedure code sits in the pg_proc table as you know. access to pg_proc is not req

Re: [GENERAL] Protect PL/PGSQL source

2007-02-14 Thread Bruce Momjian
No, we have no such option. --- Wilton Wonrath wrote: > Hello, Does anyone knows if it?s possible to protect from users see a PL/PGSQL source ? I have a PL/PGSQL function and I want to make it invisible to users. J