Обсуждение: delete unused loid

Поиск
Список
Период
Сортировка

delete unused loid

От
Edoardo Ceccarelli
Дата:
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