On Mon, Dec 27, 2010 at 9:57 AM, Michael Satterwhite
<michael(at)weblore(dot)com> wrote:
> CREATE TRIGGER t_listing_startdate before insert or update on test
> for each row execute procedure t_listing_startdate();
Now that you've created a trigger function, you need to attached to your table:
http://www.postgresql.org/docs/9.0/interactive/sql-createtrigger.html
--
Regards,
Richard Broersma Jr.