Re: language handlers in public schema? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: language handlers in public schema?
Date
Msg-id 42BB6326.9030504@dunslane.net
Whole thread Raw
In response to Re: language handlers in public schema?  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: language handlers in public schema?
List pgsql-hackers

I wrote:

>
> Hmm. Could we not just add something this condition:
>
> or pg_catalog.format_type(prorettype, NULL) != 'language_handler'
>
> in pg_dump.c around line 2191?
>
>

This won't work - it would miss the validators. Slightly more complex 
than I thought.

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: language handlers in public schema?
Next
From: Andrew - Supernews
Date:
Subject: Re: language handlers in public schema?