Re: Error Message

Поиск
Список
Период
Сортировка
От Douglas McNaught
Тема Re: Error Message
Дата
Msg-id m28xwfltvk.fsf@Douglas-McNaughts-Powerbook.local
обсуждение исходный текст
Ответ на Re: Error Message  (Bob Pawley <rjpawley@shaw.ca>)
Список pgsql-general
Bob Pawley <rjpawley@shaw.ca> writes:

> I'm not sure what you mean.
>
> base(int4) is the name of the function that I want to call. It follows
> the format of an example in a Postgresql book I use (or perhaps
> misuse).
>
> Are you saying that I need to redo the function???

You need to make it a function that takes zero arguments.  Trigger
functions take their arguments in a weird way, not via the usual
mechanism.  See the docs.

-Doug

В списке pgsql-general по дате отправления:

Предыдущее
От: Terry Lee Tucker
Дата:
Сообщение: Re: Error Message
Следующее
От: "Cristian Prieto"
Дата:
Сообщение: Variable return type...