TRIGGER Syntax

From: Ron Peterson <rpeterson(at)yellowbank(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: TRIGGER Syntax
Date: 2000-06-06 16:31:28
Message-ID: 393D2760.1C888AB2@yellowbank.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What does 'STATEMENT' refer to in the following description for CREATE
TRIGGER?

CREATE TRIGGER name { BEFORE | AFTER } { event [OR ...] }
ON table FOR EACH { ROW | STATEMENT }
EXECUTE PROCEDURE func ( arguments )

________________________
Ron Peterson
rpeterson(at)yellowbank(dot)com

Browse pgsql-general by date

  From Date Subject
Next Message Karel Zak 2000-06-06 17:36:21 Re: How to backup db with large objects?
Previous Message Tom Lane 2000-06-06 16:10:50 Re: Precision of calculated numeric fields