Tom Lane wrote:
>Andrew Dunstan <andrew@dunslane.net> writes:
>
>
>>Aha. ok. should be fairly trivial. I'm thinking of something like
>> --load-languages=lang1,lang2,lang3
>>(in case we ever want more than one).
>>
>>
>
>Might be a little easier as multiple switches:
> --load-language=lang1 --load-language=lang2
>
>
>
>
Ok. Here's a patch for that piece. With this, contrib regression tests
don't load plpgsql, but standard core tests do.
cheers
andrew