Re: dynmic column names inside trigger?

From: Louis-David Mitterrand <vindex+lists-pgsql-sql(at)apartia(dot)org>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: dynmic column names inside trigger?
Date: 2007-11-22 13:54:59
Message-ID: 20071122135459.GB10426@apartia.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, Nov 20, 2007 at 11:56:02AM -0500, Tom Lane wrote:
> Louis-David Mitterrand <vindex+lists-pgsql-sql(at)apartia(dot)org> writes:
> > I'd like to use it on other tables an columns but how can the column
> > name be dynamic inside the procedure.
>
> It can't --- plpgsql has no support for that. You could probably make
> it work in some of the other PL languages, such as plperl or pltcl,
> which are less strongly typed.

Hi Tom,

What the performance penality of using plperl vs. plpgsql ?

Thanks,

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bart Degryse 2007-11-22 14:11:46 Re: dynmic column names inside trigger?
Previous Message Louis-David Mitterrand 2007-11-22 13:54:04 Re: dynmic column names inside trigger?