Allow specifying a schema for created databases
Bug #1025384 reported by
James Westby
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
postgresfixture |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
When creating a db you usually want to populate it with a schema so you can start running queries.
It might be nice for postgresfixture to allow specifying a schema and it doing the work of
executing the DDL.
Thanks,
James
To post a comment you must log in.
As discussed on IRC, I think postgresfixture's lack of features is a virtue right now, but if this can be done "to one side", say as a subclass of ClusterFixture, or as a fixture that accepts a Cluster, that would fit in nicely.