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

From David Wall
Subject Re: large objects & space usage
Date
Msg-id 478AB3B4.1090600@computer.org
Whole thread Raw
In response to Re: large objects & space usage  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: large objects & space usage  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
> If there are no other tables storing large objects in the database,
> dropping and reloading the whole database is probably the simplest
> solution.  Otherwise they're going to need to make sure the unwanted
> LOs have been cleaned out (see contrib/vacuumlo) and then do a VACUUM
> FULL or similar on pg_largeobject.
>
Does the psql command 'vacuum;' by itself automatically vacuum
pg_largeobject along with all of tables in the database?

David


pgsql-admin by date:

Previous
From: "Vishal Mailinglist"
Date:
Subject: Re: Need some info.
Next
From: Tom Lane
Date:
Subject: Re: large objects & space usage