On Wed, Feb 10, 2010 at 6:59 AM, A. Kretschmer
<andreas.kretschmer@schollglas.com> wrote:
> test=*# analyse table_a;
> ERROR: canceling autovacuum task
> CONTEXT: automatic vacuum of table "test.public.table_a"
> ANALYZE
> Time: 1235,600 ms
>
>
> I think, that's not an ERROR, just a NOTICE for me. And yes, the
> transaction isn't rolled back, so it isn't an error.
Did you start the server from the same terminal? I think the ERROR and
CONTEXT line come from the server, not psql and are expected
behaviour.
--
greg