viewing source code - Mailing list pgsql-performance

From Roberts, Jon
Subject viewing source code
Date
Msg-id 1A6E6D554222284AB25ABE3229A927621129EA@nrtexcus702.int.asurion.com
Whole thread Raw
Responses Re: viewing source code
Re: viewing source code
List pgsql-performance
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

pgsql-performance by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Limited performance on multi core server
Next
From: "Kevin Grittner"
Date:
Subject: Re: Heavy write activity on first vacuum of fresh TOAST data