"Alexander James Spence [axs]" <axs@aber.ac.uk> wrote:
> If I wanted to set this as a default for all new databases and
> users how/where do I alter/create a schema other than public?
You could do the REVOKEs against the template1 database (or whatever
database you use for creating these if you don't take the default).
The rest would need to be scripted, so I would probably just leave
the template alone and cover the whole thing in my script.
-Kevin