mirror of
https://git.yandere.love/skylar/pleromer-stuff.git
synced 2024-11-12 20:36:04 +00:00
update repack
This commit is contained in:
parent
eb0f634040
commit
32e614865c
@ -9,11 +9,9 @@ SELECT
|
||||
pg_size_pretty(pg_relation_size(relid)) as "Actual Size"
|
||||
FROM pg_catalog.pg_statio_user_tables
|
||||
ORDER BY pg_total_relation_size(relid) DESC;
|
||||
```
|
||||
|
||||
if you see shit like log_490586 and table_345345345345 in there, that's repack remnants.
|
||||
|
||||
DROP EXTENSION pg_repack CASCADE;
|
||||
CREATE EXTENSION pg_repack;
|
||||
If you see shit like log_490586 and table_345345345345 in there, that's repack remnants.
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user