Robert Fitzpatrick <[EMAIL PROTECTED]> 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
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match