Re: Compiling pl/pgsql functions

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: Rodrigo Sakai <rodrigo(at)2bfree(dot)com(dot)br>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Compiling pl/pgsql functions
Date: 2004-02-19 16:20:12
Message-ID: 20040219081426.D53888@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, 19 Feb 2004, Rodrigo Sakai wrote:

> Hi, I'm responsable for the database here in the company, and I like
> to know if is there a way to compile my pl/pgsql functions, its not a
> performance problem, it is more a security problem, i don like to
> have somebody looking into my codes and see the company rules.

AFAIK there's not much you can do for obfuscation of pl functions right
now since someone will be able to see the src text in pg_proc. However,
are you allowing people that you don't want to see the code access to
write arbitrary sql to the database?

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Michael L. Hostbaek 2004-02-19 16:32:38 postgresql multiple insert slow
Previous Message Philippe Lang 2004-02-19 16:02:10 crosstabs