Re: allowing users access to a trusted C function

Started by Tom Laneover 25 years ago1 messagesgeneral
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Jeff Davis <jdavis@wasabimg.com> writes:

I created (as a superuser) a set of C functions to handle boolean
arithmetic (has to do with simplifying search queries of mine). I would
like users to be able to access those functions somehow.

If the functions are listed in pg_proc, anyone can call them.

regards, tom lane