Error Message - Mailing list pgsql-general

From Bob Pawley
Subject Error Message
Date
Msg-id 03a301c5da6e$a20b6280$ac1d4318@OWNER
Whole thread Raw
Responses Re: Error Message
List 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
 

pgsql-general by date:

Previous
From: "Keith C. Perry"
Date:
Subject: Re: Why database is corrupted after re-booting
Next
From: Tom Lane
Date:
Subject: Re: Error Message