Re: BLOBS : how to remove them totally

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bernd Helmle <mailings(at)oopsware(dot)de>
Cc: Nilabhra Banerjee <nil_ban(at)yahoo(dot)co(dot)uk>, pgsql-general(at)postgresql(dot)org
Subject: Re: BLOBS : how to remove them totally
Date: 2003-12-18 15:25:10
Message-ID: 19789.1071761110@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bernd Helmle <mailings(at)oopsware(dot)de> writes:
> Here you can find an excellent description, how BLOBs in PostgreSQL can
> be handled:
> http://www.varlena.com/varlena/GeneralBits/44.php

That's a good discussion, but it left out at least one useful bit of
info about managing large objects: there's a contrib utility
(contrib/vacuumlo) that can find and remove large objects that are not
referenced anywhere in the database. This is a good way to clean up
if you've been using large objects without any of the automatic
management techniques suggested in the GeneralBits article.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-12-18 15:59:52 Re: pqReadData() -- read() failed: errno=32
Previous Message D. Dante Lorenso 2003-12-18 15:06:13 Re: authentication failed