Re: two buglets: createlang and pg_get_triggerdef

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: two buglets: createlang and pg_get_triggerdef
Дата
Msg-id 19119.1059685572@sss.pgh.pa.us
обсуждение исходный текст
Ответ на two buglets: createlang and pg_get_triggerdef  (Alvaro Herrera Munoz <alvherre@dcc.uchile.cl>)
Ответы Re: two buglets: createlang and pg_get_triggerdef  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: two buglets: createlang and pg_get_triggerdef  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Alvaro Herrera Munoz <alvherre@dcc.uchile.cl> writes:
> $ createlang -d alvherre plpgsql
> createlang: language installation failed: ERROR:  c: permission denied
> What's the "c" it's complaning about?

The C procedural language, presumably.  This message is not up to our new
message standards I suppose ... it ought to mention what kind of object
"c" is.

> The second one is in pg_get_triggerdef():

> Triggers:
>     my_little^trigger BEFORE UPDATE ON test FOR EACH STATEMENT EXECUTE PROCEDURE foofun()

Bizarre.  It looks fine here.  What platform are you on?  Anyone else
see this?

> This is not on latest CVS, but I haven't seem them reported nor fixed.

Please pull latest CVS and do a full rebuild (make distclean etc).  If
you still see it after that, I'll pursue further.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera Munoz
Дата:
Сообщение: two buglets: createlang and pg_get_triggerdef
Следующее
От: marcus.boerger@t-online.de (Marcus Börger)
Дата:
Сообщение: Re: php with postgres