Re: BUG #6318: pg_dump for non-template languages is broken

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "Tom Lane *EXTERN*" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #6318: pg_dump for non-template languages is broken
Date: 2011-12-03 10:55:31
Message-ID: D960CB61B694CF459DCFB4B0128514C2049FCE7A@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom Lane wrote:
>> dumpme=# 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2011-12-03 14:09:16 Re: BUG #6302: Certificate lookup fails for users with /dev/null as home directory
Previous Message Tom Lane 2011-12-02 17:28:11 Re: BUG #6318: pg_dump for non-template languages is broken