Edwin UY <edwin.uy@xxxxxxxxx> writes: > The ANALYZE run post upgrade, that doesn't include having to run it on the > postgres database, does it? > It is only for the databases that you manually created for your application? You'd want to run it on any database with non-default contents. If you've created user tables in the postgres DB, they'd need analyzed. regards, tom lane