Re: how to encrypt trigger function

From: "Winson Yung" <winson(dot)yung(at)gmail(dot)com>
To: "John DeSoi" <desoi(at)pgedit(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: how to encrypt trigger function
Date: 2006-04-11 05:31:30
Message-ID: 48413e3e0604102231v6fa22eci8c233e80f452c4fd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)pgedit(dot)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
>
>

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Christoph Della Valle 2006-04-11 05:42:35 Re: PostgreSQL a slow DB?
Previous Message operationsengineer1 2006-04-11 05:30:47 Re: advice on setting up schema sought