Re: two buglets: createlang and pg_get_triggerdef - Mailing list pgsql-hackers

From Tom Lane
Subject Re: two buglets: createlang and pg_get_triggerdef
Date
Msg-id 1915.1059697093@sss.pgh.pa.us
Whole thread Raw
In response to Re: two buglets: createlang and pg_get_triggerdef  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I said:
> 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.

Okay, now it says

$ createlang plpgsql test
createlang: language installation failed: ERROR:  permission denied for language c
$ 

Let me know about the pg_get_triggerdef() thing ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: elein
Date:
Subject: Re: best way to determine start of new statement within a function? (resend)
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: two buglets: createlang and pg_get_triggerdef