allowing users access to a trusted C function

From: Jeff Davis <jdavis(at)wasabimg(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: allowing users access to a trusted C function
Date: 2000-12-22 16:52:56
Message-ID: 3A4386E8.8B9EE65A@wasabimg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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. They are very
simple functions so I can't imagine they would be exploited (unless I am
missing something). Is this possible? Otherwise I could use PL/pgSQL,
but I assume that would be significantly slower for a mathematical
operation.

Thanks,
Jeff Davis

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2000-12-22 17:54:55 Re: How crypting passwords in postgres DB?
Previous Message Tom Lane 2000-12-22 16:32:40 Re: allowing users access to a trusted C function