Re: two buglets: createlang and pg_get_triggerdef

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: two buglets: createlang and pg_get_triggerdef
Date: 2003-08-05 03:56:19
Message-ID: 20030805035619.GH3560@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 31, 2003 at 05:06:12PM -0400, Tom Lane wrote:
> 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.

Well, it's kind of unobvious anyway since I'm trying to create plpgsql,
why should I care for C? Maybe createlang could detect the condition
and report a different error to the user.

> > The second one is in pg_get_triggerdef():
>
> > Triggers:
> > my_little^trigger BEFORE UPDATE ON test FOR EACH STATEMENT EXECUTE PROCEDURE foofun()
>
> Please pull latest CVS and do a full rebuild (make distclean etc). If
> you still see it after that, I'll pursue further.

Nope, I don't see it now.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Y dijo Dios: "Que sea Satanás, para que la gente no me culpe de todo a mí."
"Y que hayan abogados, para que la gente no culpe de todo a Satanás"

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2003-08-05 04:03:38 Re: Building beta packaging fails ...
Previous Message Tom Lane 2003-08-05 03:54:54 Re: Building beta packaging fails ...