Re: creating languages in the pg_catalog schema? - Mailing list pgsql-general

From Jochem van Dieten
Subject Re: creating languages in the pg_catalog schema?
Date
Msg-id 3E137A9C.5030407@oli.tudelft.nl
Whole thread Raw
In response to Re: creating languages in the pg_catalog schema?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: creating languages in the pg_catalog schema?
List pgsql-general
Tom Lane wrote:
> Jochem van Dieten <jochemd@oli.tudelft.nl> writes:
>
>>pg_dump: handler procedure for procedural language plpgsql not found
>>Any workarounds?
>
> Fix pg_dump.
>
> There's probably not any good reason why pg_dump doesn't read in
> definitions for all pg_proc entries, the same way it handles tables,
> operators, etc.

I have never in my live coded a single byte in C. But I have found the
check in the sourcecode that throws this error and it looks like I can
just delete it so I will have a go at it.

Jochem


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: creating languages in the pg_catalog schema?
Next
From: "Patric Bechtel"
Date:
Subject: Is prepared cursored query possible?