delete unused loid - Mailing list pgsql-jdbc

From Edoardo Ceccarelli
Subject delete unused loid
Date
Msg-id 407338C9.1090603@axa.it
Whole thread Raw
List pgsql-jdbc
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

pgsql-jdbc by date:

Previous
From: Paul Thomas
Date:
Subject: Re: triggers
Next
From: Oliver Jowett
Date:
Subject: Re: Have some problem about the SSL connection by JDBC