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
> > 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)---
> > 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?
"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...
> > 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
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
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:
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():