Robert Fitzpatrick <robert(at)webtent(dot)com> writes:
> Yeah, I was just starting to realize that these objects that keep coming
> back are in the template1 as well.....any reason why I shouldn't drop
> the template1 and re-create like any other?
You can do that but you'll have to do:
CREATE DATABASE template1 WITH template = 'template0'
--
greg