Re: Hide the code from users postgres - Mailing list pgsql-general

From Dave Page
Subject Re: Hide the code from users postgres
Date
Msg-id AANLkTik701lxYM1OZz7BdtprpQeNl2HtZXJ_L8rfrc8b@mail.gmail.com
Whole thread Raw
In response to Re: Hide the code from users postgres  (Allan Kamau <kamauallan@gmail.com>)
Responses Re: Hide the code from users postgres  (akp geek <akpgeek@gmail.com>)
List pgsql-general
On Thu, Jun 24, 2010 at 10:59 PM, Allan Kamau <kamauallan@gmail.com> wrote:

> Perhaps (I could be wrong here), there may be a way (even though I
> don't really support the obfuscation, vendor lockup etc... idea).
> 1)Use a commercial DB (as mentioned previously), they seem to have
> provided for this.
> 2)Use PostgreSQL and write all code into C functions and complied to a
> given PostgreSQL installation.

You could do that. It's not exactly productive to write/rewrite all
your functions in C if pl/pgsql will work though, plus it means you
need to compile separate binaries for each for each platform your
customers use, and upgrades can no longer be pure SQL scripts, as
you'll also need to ship new object files and install them on the
database server.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

pgsql-general by date:

Previous
From: Allan Kamau
Date:
Subject: Re: Hide the code from users postgres
Next
From: Steve Singer
Date:
Subject: [ANNOUNCE] Slony-I 2.0.4 released - Sender blacklisted [Black_list]