This is a discussion on Hide source code within the pgsql Hackers forums, part of the PostgreSQL category; --> Hi, I'm looking for a way to hide the souce code of my system (functions). In Oracle, I can ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| 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") ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| 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? > > > Att. > > Márcio A. Sepp > ZYON TECNOLOGIA LTDA Currently there is no way to do that. Best regards, Hans ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| ||||
| 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? Cheers, D -- David Fetter david@fetter.org http://fetter.org/ phone: +1 510 893 6100 mobile: +1 415 235 3778 Remember to vote! ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |