Re: Determine unused / not referenced large Objects - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: Determine unused / not referenced large Objects
Date
Msg-id k94l0d$7s5$1@ger.gmane.org
Whole thread Raw
In response to Determine unused / not referenced large Objects  (Tobias Meyer <tm@allocation.net>)
Responses Re: Determine unused / not referenced large Objects  (Tobias Meyer <tm@allocation.net>)
List pgsql-general
Tobias Meyer, 28.11.2012 10:02:
> Hello list,
>
> we have a database with several tables containing blobs (as oid),
> that reference large objects in pg_largeobject.
>
> It is my understanding, that the large objects will not be deleted if
> a row containing the oid is deleted – you have to do that yourself in
> application logic. (please correct me if wrong)
>
> I think we might not have done that consistently in the past.
>
> Is it safe to assume that pg_largeobject only contains large objects
> added by application code, or might there be any postgresql-internal
> objects?
>

Isn't vacuumlo supposed to do this kind of cleanup?

http://www.postgresql.org/docs/current/static/vacuumlo.html

Regards
Thomas


pgsql-general by date:

Previous
From: Tobias Meyer
Date:
Subject: Determine unused / not referenced large Objects
Next
From: Tobias Meyer
Date:
Subject: Re: Determine unused / not referenced large Objects