I'm trying to vacuum full a table ( Postgres 7.2.3 )
but the command:
vacuum full <my_table>
hang and all processes that are trying to update that table hang too,
the CPU occupation for the process that perform the
vacuum is 0. What is going on?
Ciao
Gaetano