Re: Hide source code

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Márcio A(dot) Sepp <marcio(at)zyontecnologia(dot)com(dot)br>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Hide source code
Date: 2005-07-10 07:38:20
Message-ID: 20050710073820.GA27962@alvh.no-ip.org
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:

> 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?

Write the functions in C and distribute only a binary? Maybe in Java,
and use something like gcj; or Mono/.Net equivalents? Write an Intercal
language handler?

--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"You knock on that door or the sun will be shining on places inside you
that the sun doesn't usually shine" (en Death: "The High Cost of Living")

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hans-Jürgen Schönig 2005-07-10 07:41:04 Re: Hide source code
Previous Message Márcio A. Sepp 2005-07-10 07:26:26 Hide source code