Error Message

Поиск
Список
Период
Сортировка
От Bob Pawley
Тема Error Message
Дата
Msg-id 03a301c5da6e$a20b6280$ac1d4318@OWNER
обсуждение исходный текст
Ответы Re: Error Message  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Keith C. Perry"
Дата:
Сообщение: Re: Why database is corrupted after re-booting
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error Message