On Thu, Oct 21, 2010 at 9:15 AM, Viktor Bojović <[email protected]> wrote: > my full vacuuming of one table runs still after four days. Is it safe to > cancel it by pressing Ctrl+c?
Is it really running (as in progressing with its work) or is it blocking waiting for a lock? Check the pg_stat_activity view to see what it is doing. How big is this table? -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
