Correcting ownership
- Going back to the old app I inherited, all tables, sequences etc in this database belong to the role 'hans'
- Which sucks.
- So I wanted to change this to something a bit saner.
- I could now create a lot of statements like
ALTER TABLE foo OWNER TO stats;