Re: Pl/pgSQL trigger failing and i ant see why

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Pl/pgSQL trigger failing and i ant see why
Дата
Msg-id 20020725090229.W48685-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Pl/pgSQL trigger failing and i ant see why  (maurice.walshe@poptel.coop (Maurice Walshe))
Список pgsql-general
On 24 Jul 2002, Maurice Walshe wrote:

> HI all
>
> I have read the skimpy docs on postgres triggers and whilst I can
> get a simple trigger working when I try to call a Pl/pgsql function
> to return the value I want to set one of the foields in NEW to it wont
> work.
>
> immediateparentid_  is INT4
>
> This fails NEW.immediateparentid_ := FindRealParent(NEW.messageid_) ;
> This works NEW.immediateparentid_ := 123456 ;
>
> Here are the function's btw I have tested the interactivlky so they
> are returning coorect values.
>

What are you getting as an error when you insert to the table?

> Any one got any ideas? BTW WTF does postgres hide its logs?

General logs?  That depends on your configuration.  You either should
be redirecting output/error from postmaster to somewhere or having
it go to syslog.


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: psql ... does not like my user ... help please ;-)
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: erserver