| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alvaro Herrera Munoz <alvherre(at)dcc(dot)uchile(dot)cl> |
| Cc: | Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: two buglets: createlang and pg_get_triggerdef |
| Date: | 2003-07-31 21:06:12 |
| Message-ID: | 19119.1059685572@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Alvaro Herrera Munoz <alvherre(at)dcc(dot)uchile(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-08-01 00:18:13 | Re: two buglets: createlang and pg_get_triggerdef |
| Previous Message | Alvaro Herrera Munoz | 2003-07-31 20:32:53 | two buglets: createlang and pg_get_triggerdef |