Re: function does not exist - Mailing list pgsql-sql

From Josh Berkus
Subject Re: function does not exist
Date
Msg-id web-2310311@davinci.ethosmedia.com
Whole thread Raw
In response to function does not exist  ("Dave A." <pgadmin@pod13.com>)
List pgsql-sql
Dave,

A trigger function does not take variable parameters, gets its data
from the NEW or OLD records, and returns OPAQUE with the RETURN NEW
statement.

Please check out the documentation on writing PL/pgSQL triggers under
Procedural Languages in the online docs.

-Josh Berkus


pgsql-sql by date:

Previous
From: "Ross J. Reedstrom"
Date:
Subject: Re: function does not exist
Next
From: Bruno Wolff III
Date:
Subject: Re: Getting sequence value after inserting many rows at a time