Takahiro Itagaki writes:
> Do we still need VACUUM FULL in initdb? VACUUM FULL in 9.0 rewrites
> all tables, so those operations are a little more expensive than
> previous releases. Is it worth replacing them into VACUUM?
I had left it that way intentionally to make sure there was nothing
depend
Do we still need VACUUM FULL in initdb? VACUUM FULL in 9.0 rewrites
all tables, so those operations are a little more expensive than
previous releases. Is it worth replacing them into VACUUM?
make_template0(void)
Finally vacuum to clean up dead rows in pg_database
"VACUUM FULL pg_database;