Re: how to encrypt trigger function - Mailing list pgsql-novice

From Winson Yung
Subject Re: how to encrypt trigger function
Date
Msg-id 48413e3e0604102231v6fa22eci8c233e80f452c4fd@mail.gmail.com
Whole thread Raw
In response to Re: how to encrypt trigger function  (John DeSoi <desoi@pgedit.com>)
List pgsql-novice
I am not sure how to do it in C, could you give an example?
thanks

On 4/10/06, John DeSoi <desoi@pgedit.com> wrote:

On Apr 5, 2006, at 5:22 PM, Winson Yung wrote:

> Just curious whether there is such feature in postgres that allows
> you to encrypt the trigger function. I don't want to expose the
> trigger function content to the curious mind. Any suggestion will
> be much appreciated.

Not for SQL or pl/pgsql functions. You could write it in C and
compile it.




John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Renaming unnamed FK constraints
Next
From: Chris Browne
Date:
Subject: Re: PostgreSQL a slow DB?