Thread: delete unused loid

delete unused loid

From
Edoardo Ceccarelli
Date:
Is there a way to access the pg_catalog.pg_largeobject table to delete
unused large oid's ?
I've tried with a simple

delete from pg_largeobject where loid = x

but  it says that my user is not allowed... currently I'm not connecting
to the db as postgres user.

Thank you
Edoardo