"Daniel Verite" <daniel@xxxxxxxxxxxxxxxx> wrote on 06/24/2020 10:08:27 AM: > Unfortunately it [pg_repack] can't work with pg_largeobject That is unfortunate, and potentially leaves us in a difficult spot. Is it possible to configure PosgreSQL to use a user table for large objects instead of a system table? We're finding it to be especially difficult to maintain the pg_largeobject system table (tweak autovacuum settings, manually cleanup with something like pg_repack, etc), particularly since our PosrgreSQL instances are hosted and controlled by another team. Regards, Jim Hurne