Bill <[EMAIL PROTECTED]> writes:
> PostgreSQL 8.3 on Windows. I have the table below which has a before 
> insert trigger. The CREATE TRIGGER statement and the trigger function 
> are also shown below.

The script you show attempts to create the trigger before creating the
function, which of course isn't going to work.  Did you check whether
the trigger actually got created?

                        regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to