Re: Problem creating trigger-function with arguments (8.0rc4)

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem creating trigger-function with arguments (8.0rc4)
Date: 2005-01-10 13:58:24
Message-ID: 41E28A00.70708@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Fuhr wrote:
> On Fri, Jan 07, 2005 at 09:00:12PM +0100, Florian G. Pflug wrote:
>>CREATE OR REPLACE FUNCTION functions.t_insert_deny(v_message text)
>>RETURNS "trigger" AS $$
> See the "Trigger Procedures" section of the PL/pgSQL documentation.
> The first paragraph contains this:
>
> Note that the function must be declared with no arguments even if
> it expects to receive arguments specified in CREATE TRIGGER ---
> trigger arguments are passed via TG_ARGV, as described below.
Seems I should have RTFMed more ;-). I believe I even read this
paragraph, but thought this refers to C-Functions, not plpgsql ones.
Thanks for pointing this out.

>>If I replace RETURNS "trigger" with e.g. RETURNS "int8" it works...
>>Is this is a bug, or has something regarding triggerfunctions and
>>parameters changed in 8.0
> Changed since when? Are you saying this worked in an older version
> of PostgreSQL? If so, what version? The paragraph I quoted above
> goes back to at least 7.2.
I didn't test on anything other than 8.0 - but I used the 7.4 docu, not
the 8.0 one, and since the docu says that trigger functions _can_ take
parameters, I somehow believed that it has to be possible to _declare_
those arguments - Well, guess I should read more carefully ;-)

greetings, Florian Pflug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sim Zacks 2005-01-10 14:02:05 Re: Books for experienced DB developer
Previous Message Tom Lane 2005-01-10 13:57:53 Re: could not open relation No such file or directory after alter table