functions and triggers - Mailing list pgsql-sql

From Martin Marques
Subject functions and triggers
Date
Msg-id 1029875385.3d62a6b9b2522@bugs.unl.edu.ar
Whole thread Raw
Responses Re: functions and triggers  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-sql
I'm trying to build a trigger that will update a timestamp field in a table with
the current timestamp, and I just can't make it work.

The problemas are two:

1) when I try to create the trigger, it says that the function doesn't exist.
Why is this happening?
2) How does the trigger tell the function the row number identifier?

I'm really stuck with this.

Saludos... :-)

-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-----------------------------------------------------------------
Martín Marqués                  |        mmarques@unl.edu.ar
Programador, Administrador, DBA |       Centro de Telematica                      Universidad Nacional
        del Litoral
 
-----------------------------------------------------------------


pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Problem with timestamp field/time function.. (upgrading
Next
From: Stephan Szabo
Date:
Subject: Re: functions and triggers