Bruce Momjian <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly