I automatically run a script that performs a FULL VACUUM on my Posrtgresql databases but today it crashed because the process was blocked (surely by another operation on the table).
I want to make sure that he ignores the tables on which there is already a lock, how to do?
Thank you