Re: masking the code - Mailing list pgsql-general

From Dimitri Fontaine
Subject Re: masking the code
Date
Msg-id FA551458-F480-4EA9-8875-C51A2839E160@hi-media.com
Whole thread Raw
In response to masking the code  (luca.ciciriello@email.it)
List pgsql-general
Hi,

Le 26 juin 09 à 10:56, luca.ciciriello@email.it a écrit :
> Do exist a way to mask the code of the store procedure shipped with
> my DB?

There's a way to do it which is not intended to cover this need: write
the procedure code in C, and only ship the .so and .sql, not the .c
code. You'll have to be superuser to load the C coded function, though.

But I don't see the point of hiding procedural code to your customer,
who's getting to see the database structure and data, I guess...

Regards,
--
dim

pgsql-general by date:

Previous
From: Brandon Metcalf
Date:
Subject: data modeling question
Next
From: Dimitri Fontaine
Date:
Subject: Re: Replication