April 15, 2021April 15, 2021uncategorized postgresql: incorrect table sizes do a VACUUM FULL if you want to run this on python you need to set autocommit = True otherwise it […]
April 15, 2021uncategorized pgsql: clone database pg_dump -Fc -f olddb.pgdump -d db_name createdb cloned_db_name pg_restore -d cloned_db_name olddb.pgdump