I want to clean all large objects created by users and I\'m using the following script:
SELECT lo_unlink(l.loid) FROM pg_largeobject l
Is it