Re: Trigger Procedure Error: NEW used in query that is not in a rule - Mailing list pgsql-sql

From Raphael Bauduin
Subject Re: Trigger Procedure Error: NEW used in query that is not in a rule
Date
Msg-id f5227160809170808g410b1203u3d18983feb0d269f@mail.gmail.com
Whole thread Raw
In response to Re: Trigger Procedure Error: NEW used in query that is not in a rule  (hubert depesz lubaczewski <depesz@depesz.com>)
List pgsql-sql
HI,

On Sat, Aug 11, 2007 at 9:07 PM, hubert depesz lubaczewski
<depesz@depesz.com> wrote:
> On Sat, Aug 11, 2007 at 02:45:09AM -0500, Javier Fonseca V. wrote:
>> I think that it's working alright except for the next line:
>
> doing this in plpgsql is very complicated (or even impossible assuming
> that any table can have the same trigger). i would rather suggest using
> pl/perl - writing something like this in pl/perl is very simple.
>

I am in the same situation where I would like to execute a query similar to EXECUTE 'INSERT INTO ' ||
quote_ident(SOMEDYNAMICNTABLENAME)|| '
 
SELECT new.*';

I've looked at the plperl documentation, and experimented a bit, but
I'm not even sure how to start this in pl/perl. I hoped to extract
columns from $_TD->{new} but it doesn't seem to work.
Would you have a little example on how you would do it?

Thanks in advance!

Raph






> depesz
>
> --
> quicksil1er: "postgres is excellent, but like any DB it requires a
> highly paid DBA.  here's my CV!" :)
> http://www.depesz.com/ - blog dla ciebie (i moje CV)
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>               http://www.postgresql.org/docs/faq
>



-- 
Web database: http://www.myowndb.com
Free Software Developers Meeting: http://www.fosdem.org


pgsql-sql by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: surrogate vs natural primary keys
Next
From: "Richard Broersma"
Date:
Subject: Re: surrogate vs natural primary keys