On Wed, 23 Oct 2002, Tom Lane wrote:
> Dan Langille <dan@langille.org> writes:
> > Will I be able to give people the right to execute a function, but not
> > view it?
>
> Write it in C. Short of that, you're asking for unenforceable
> restrictions on the ability to read pg_proc.
I like that approach.
Given that the existing functions are written in plpgsql, is there a good
guide to converting to C?