Hi, Le 26 juin 09 à 10:56, luca.ciciriello@xxxxxxxx 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 -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general