Re: large objects & space usage - Mailing list pgsql-admin

From Tom Lane
Subject Re: large objects & space usage
Date
Msg-id 17198.1200276290@sss.pgh.pa.us
Whole thread Raw
In response to Re: large objects & space usage  (David Wall <d.wall@computer.org>)
List pgsql-admin
David Wall <d.wall@computer.org> writes:
> Does the psql command 'vacuum;' by itself automatically vacuum
> pg_largeobject along with all of tables in the database?

Yes, if it's issued by a superuser or the database owner.

However, that won't help much if pg_largeobject has become bloated by a
lot of no-longer-wanted BLOBs.  After deleting those, you'll probably
need VACUUM FULL or CLUSTER or some such if you want to reclaim the
disk space.  Plain VACUUM usually isn't very successful at shortening
a table file.

            regards, tom lane

pgsql-admin by date:

Previous
From: David Wall
Date:
Subject: Re: large objects & space usage
Next
From: "Sebastian Reitenbach"
Date:
Subject: trigger run of archive_command?