Re: function does not exist

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: "Dave A(dot)" <pgadmin(at)pod13(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: function does not exist
Date: 2003-01-10 22:26:49
Message-ID: web-2310311@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Hale Pringle 2003-01-10 23:45:43 Select * from users WHERE upper(lastName) = upper('Pringle')
Previous Message Ross J. Reedstrom 2003-01-10 22:23:34 Re: function does not exist