Error Message

From: Bob Pawley <rjpawley(at)shaw(dot)ca>
To: Postgre General <pgsql-general(at)postgresql(dot)org>
Subject: Error Message
Date: 2005-10-26 20:48:34
Message-ID: 03a301c5da6e$a20b6280$ac1d4318@OWNER
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am attempting to create a new trigger through the "new Trigger" interface on version 8 installed on Windows.

The following is the sql that the interface generates

CREATE TRIGGER trig1 AFTER INSERT
ON process FOR EACH ROW
EXECUTE PROCEDURE base(int4);
COMMENT ON TRIGGER trig1 ON process IS 'insert into specification (fluid_id)
';
The error message reads - ERROR: function base() does not exist

The function name is listed under Functions as - base(int4)

Bob

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-10-26 21:23:41 Re: Error Message
Previous Message Keith C. Perry 2005-10-26 20:00:58 Re: Why database is corrupted after re-booting