Re: [ADMIN] pgsql 7.4.8 : vacuum and blobs ?

2005-05-30 Thread Tom Lane
FM <[EMAIL PROTECTED]> writes: > How can I clan lod blobs from database ? LOs don't go away just because they aren't referenced anywhere; an explicit delete has to be issued. You probably want to use contrib/vacuumlo. regards, tom lane ---(end of

[ADMIN] pgsql 7.4.8 : vacuum and blobs ?

2005-05-30 Thread FM
Hello, I had a large DB (db1) 12 GB using Blobs. To remvoe old large objects I connected to db1 and did a . But the database size is still 12GB. How can I clan lod blobs from database ? Thanks ---(end of broadcast)--- TIP 5: Have you checked ou