Re: how to encrypt trigger function

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Winson Yung <winson(dot)yung(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: how to encrypt trigger function
Date: 2006-04-11 01:20:19
Message-ID: 5CE5EAFC-0F5F-42ED-BCAC-BD566A81C171@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


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 Richard Broersma Jr 2006-04-11 01:39:54 Re: PostgreSQL a slow DB?
Previous Message John DeSoi 2006-04-11 01:18:34 Re: Sequence Current Value Resetting