Re: pl/pgsql enabled by default
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Neil Conway <neilc@samurai.com>, Josh Berkus <josh@agliodbs.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2005-05-06T16:13:41Z
Lists: pgsql-hackers
Tom Lane wrote: > >Another problem with this proposal is that installations without >shared-library support will stop working entirely. > > How do we manage to run regression tests for such installations? I guess the philosphical question is "do we make the default the most common case and provide exceptions from it up and down, or do we make it the most widely supportable and hence minimal case?" I can see both sides. I do wish we put the handlers somewhere other than the public schema, though. cheers andrew