Re: allowing users access to a trusted C function

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jeff Davis <jdavis@wasabimg.com>
Cc: pgsql-general@postgresql.org
Date: 2000-12-22T16:32:40Z
Lists: pgsql-general
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