Re: Dynamic function execution?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Nick Johnson <arachnid(at)notdot(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Dynamic function execution?
Date: 2006-03-14 18:26:17
Message-ID: 20060314182616.GA11651@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Mar 14, 2006 at 07:21:51AM -0800, Nick Johnson wrote:
> On 14/03/2006, at 12:05 AM, Michael Fuhr wrote:
> >Why do you need to do this? What problem are you trying to solve?
>
> I want to associate Postgres functions with rows of a table (eg, a
> table column of datatype regproc or regprocedure) and be able to
> execute the function associated with that row in a query.

Could you post an example? Others might be interested in seeing
an application of something like that.

--
Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-03-14 19:19:43 Re: Resetting priveleges on a table
Previous Message Tom Lane 2006-03-14 18:13:04 Re: open file counts in 8.1.2?