Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> As part of createdb, the new database will have to have it's public
> schema changed to world-writable.
That ain't gonna happen, unfortunately. CREATE DATABASE runs in some
database other than the target one, so it's essentially impossible for
the newly-created DB to contain any internal state that's different
from the template DB. Next idea please?
regards, tom lane