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