From: | "Mike C(dot)" <smith(dot)not(dot)western(at)gmail(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #3790: pg_restore error canceling statement due to user request |
Date: | 2007-11-30 01:05:35 |
Message-ID: | 200711300105.lAU15Z9R061311@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 3790
Logged by: Mike C.
Email address: smith(dot)not(dot)western(at)gmail(dot)com
PostgreSQL version: 8.3beta3
Operating system: Linux 2.6.16.21-0.8-xen #1 SMP Mon Jul 3 18:25:39 UTC
2006 i686 i686 i386 GNU/Linux
Description: pg_restore error canceling statement due to user request
Details:
I don't know if this is either a wording change, or a more serious bug, but
when I do a pg_restore (from a 8.1.9 setup) to a fresh 8.3beta3 created
database (createdb command only), I repeatedly see:
ERROR: canceling statement due to user request
CONTEXT: automatic analyze of table "dbs.public.entity_event"
ERROR: canceling statement due to user request
CONTEXT: automatic analyze of table "dbs.public.status_event"
ERROR: canceling statement due to user request
CONTEXT: automatic analyze of table "dbs.public.entity_event"
ERROR: canceling statement due to user request
CONTEXT: automatic analyze of table "dbs.public.entity_event"
... For all tables I believe.
From | Date | Subject | |
---|---|---|---|
Next Message | NikhilS | 2007-11-30 07:44:53 | Re: BUG #3774: create table like including index doesn't update pg_constraints with primary key |
Previous Message | Tom Lane | 2007-11-29 16:24:12 | Re: BUG #3788: POSIX regexp seems doesn't work for '(?!re) ' pattern |