I'm I correct in understanding that the correct way to delete aLargeObject from withina PL/psql procedure is to call:
lo_unlink(oid);
Are there any other issues?
Thanks.
Richard