On Wed, Feb 8, 2017 at 12:43 AM, Pavel Stehule <[email protected]> wrote: > Is possible to specify template database for pg_regress? > I have to run tests on database with thousands database objects. Using > template is much faster than import these objects.
Not directly, all the databases created by pg_regress are enforced with template0.. Having a switch sounds useful though without seeing in details your use case. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
