Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

viewing source code



Is it possible yet in PostgreSQL to hide the source code of functions from
users based on role membership?  I would like to avoid converting the code
to C to secure the source code and I don't want it obfuscated either.  

In an ideal world, if a user can't modify a function, he/she shouldn't be
able to see the source code.  If the user can execute the function, then the
user should be able to see the signature of the function but not the body.

Thanks!


Jon



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group