dbTalk Databases Forums  

Re: [BUGS] Sugestion for PostgreSQL Developer´s

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss Re: [BUGS] Sugestion for PostgreSQL Developer´s in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jorge Godoy
 
Posts: n/a

Default Re: [BUGS] Sugestion for PostgreSQL Developer´s - 11-03-2006 , 10:55 AM






"Marcio" <marcio (AT) oracullos (DOT) com.br> writes:

Quote:
I have a sugestion for pgsql 8.2 or next versions ...
Is complicated encrypt the procedures/functions on Database like Oracle or
similar?
I sugest this because we develop ERP/MRP with complex routines and we like
hide all of this routines...this is our "business secret".
I know if we write this code in C, for example....is possible to hide. Bu=
t,
we prefer pl/pgsql native.
Thank=C2=B4s,

Marcio
Delphi7+postgresql 8.x

From my understanding the problem is that Oracle supports just "one" langua=
ge
while PostgreSQL has an extensible system.=20

Some of the supported languages doesn't support a compiled version of their
code (or the interpreter that will run the code needs access to it).

You don't need to have the routines embedded in the database if it is so
important. You can use untrusted languages and save the compiled versions
outside of it (Java and Python can run from "compiled" code outside of the
database). All you need is to create a function that will "import" those
external modules and use them for the calculations / logic.

--=20
Jorge Godoy <jgodoy (AT) gmail (DOT) com>

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.