Re: BUG #6318: pg_dump for non-template languages is broken - Mailing list pgsql-bugs

From Albe Laurenz
Subject Re: BUG #6318: pg_dump for non-template languages is broken
Date
Msg-id D960CB61B694CF459DCFB4B0128514C2049FCE7A@exadv11.host.magwien.gv.at
Whole thread Raw
In response to BUG #6318: pg_dump for non-template languages is broken  (laurenz.albe@wien.gv.at)
List pgsql-bugs
Tom Lane wrote:
>> dumpme=3D# CREATE LANGUAGE mylang HANDLER plpgsql_call_handler INLINE
>> plpgsql_inline_handler VALIDATOR plpgsql_validator;

> I don't think this is a particularly interesting use-case.  The reason
> it doesn't work for you is that it's depending on support functions
> that are in pg_catalog, and as the comment in pg_dump.c says:

> An actual add-on procedural language would not fall foul of this.

Oh I see. Sorry for the noise.

Yours,
Laurenz Albe

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #6318: pg_dump for non-template languages is broken
Next
From: Magnus Hagander
Date:
Subject: Re: BUG #6302: Certificate lookup fails for users with /dev/null as home directory