> Unrelated problem: after a dropdb/createdb cylce my old tables and
> sequences resurect in the un-initialized database. Even after removing
> the tables and sequences one by one _before_ dropdb they keep coming
> back like zombies when running createdb. What's going on?
You added these tables to the "template1" database. Remove them from
there, or do an initdb to *really* clean up.
- Thomas