Re: [HACKERS] Deleting loid from the database

2006-03-05 Thread Michael Fuhr
On Sun, Mar 05, 2006 at 09:54:02PM +0800, Christopher Kings-Lynne wrote: > contrib/vacuumlo perhaps? vacuumlo only calls lo_unlink(); the data still exists in pg_largeobject due to MVCC. -- Michael Fuhr ---(end of broadcast)--- TIP 3: Have you che

Re: [HACKERS] Deleting loid from the database

2006-03-05 Thread Christopher Kings-Lynne
contrib/vacuumlo perhaps? Michael Fuhr wrote: On Sat, Mar 04, 2006 at 12:08:52PM +0530, Md.Abdul Aziz wrote: I am a presently working on a module which enhances postgre to store audio files,while storing the aduido file in the databese i used liod,now the problem is i am able to unlink but st

Re: [HACKERS] Deleting loid from the database

2006-03-03 Thread Michael Fuhr
On Sat, Mar 04, 2006 at 12:08:52PM +0530, Md.Abdul Aziz wrote: > I am a presently working on a module which enhances postgre to > store audio files,while storing the aduido file in the databese i used > liod,now the problem is i am able to unlink but still the data is > present in the post