Re: [HACKERS] two buglets: createlang and pg_get_triggerdef

2003-08-14 Thread Alvaro Herrera
On Thu, Jul 31, 2003 at 05:06:12PM -0400, Tom Lane wrote: > Alvaro Herrera Munoz <[EMAIL PROTECTED]> 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, pres

Re: [HACKERS] two buglets: createlang and pg_get_triggerdef

2003-07-31 Thread Christopher Kings-Lynne
> > I actually had this while I was developing the feature. > > And what platform are *you* on? It seems a really hard-to-believe > bug... This will actually be a must-fix for 7.4, as pg_dump uses it now to dump triggers... Chris ---(end of broadcast)---

Re: [HACKERS] two buglets: createlang and pg_get_triggerdef

2003-07-31 Thread Christopher Kings-Lynne
> > I actually had this while I was developing the feature. > > And what platform are *you* on? It seems a really hard-to-believe > bug... FreeBSD/i386 I developed it on. Chris ---(end of broadcast)--- TIP 6: Have you searched our list archives?

Re: [HACKERS] two buglets: createlang and pg_get_triggerdef

2003-07-31 Thread Tom Lane
"Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: >> Bizarre. It looks fine here. What platform are you on? Anyone else >> see this? > I actually had this while I was developing the feature. And what platform are *you* on? It seems a really hard-to-believe bug...

Re: [HACKERS] two buglets: createlang and pg_get_triggerdef

2003-07-31 Thread Christopher Kings-Lynne
> > 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? I actually had this while I was developing the feature. I had thought I had fixed it. It's basically t

Re: [HACKERS] two buglets: createlang and pg_get_triggerdef

2003-07-31 Thread Tom Lane
I said: > Alvaro Herrera Munoz <[EMAIL PROTECTED]> 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 st

Re: [HACKERS] two buglets: createlang and pg_get_triggerdef

2003-07-31 Thread Tom Lane
Alvaro Herrera Munoz <[EMAIL PROTECTED]> 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

[HACKERS] two buglets: createlang and pg_get_triggerdef

2003-07-31 Thread Alvaro Herrera Munoz
Hackers, Two buglets: The first one is in createlang, trying to create a language without enough permission: $ createlang -d alvherre plpgsql createlang: language installation failed: ERROR: c: permission denied What's the "c" it's complaning about? The second one is in pg_get_triggerdef():