Re: Hide source code

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "David Fetter" <david(at)fetter(dot)org>
Cc: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>, "David Fetter" <david(at)fetter(dot)org>
Subject: Re: Hide source code
Date: 2005-07-11 11:59:44
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3415C2D01@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Sun, Jul 10, 2005 at 04:26:26AM -0300, M?rcio A. Sepp wrote:
> > Hi,
> >
> > I'm looking for a way to hide the souce code of my system
> > (functions).
> >
> > In Oracle, I can wrap it. Is there something that I can use to hide
> > and/or wrap my source code?
>
> If you have code that you don't want people to take, use the copyright
> and license system, which works, not the obfuscation system, which is
> amazingly fragile. And besides, what's so embarrassing about this
> code that you don't want people to see it?

This was discusses extensively in the archives about a month ago.
Actually it is possible to 'hide' the source code so that a database
user can't view it (or anything else) in psql by manipulating system
schema permissions.

Regardless of your philosophical standpoint, many larger organizations
will feel uncomfortable with having unprivileged users having access to
all the database procedure source code.

Merlin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2005-07-11 11:59:54 Re: 4 pgcrypto regressions failures - 1 unsolved
Previous Message Marko Kreen 2005-07-11 10:54:21 4 pgcrypto regressions failures - 1 unsolved