Stephen Frost <[email protected]> writes: > That's not really 'solved' unless you feel we can depend on that "create > extension from URL" to work at pg_restore time... I wouldn't have > guessed that people would accept that, but I've already been wrong about > such things in this thread once.
Basically, with the extra software I want to build out-of-core, what you have is an externally maintained repository and the scripts are downloaded at CREATE EXTENSION time. With the Extension Template, you then have a solid cache you can rely on at pg_restore time. -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
