Moises Alberto Lindo Gutarra <mlindo@xxxxxxxxx> writes: > try: delete from pg_catalog.pg_largeobject; > from your database. Umm, the standard way to do this is lo_unlink(). You can put an ON DELETE trigger on your referencing table that calls this function. -Doug ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match