[EMAIL PROTECTED] writes:
> 1. error the user root has id 0 and the import says:
> You are now connected to database template1.
> DELETE 0
> psql:old713:7: ERROR: user id must be positive
This is not a bug, but enforcement of a restriction that has always been
there. You'll need to give that
Hello,
On Fri, 8 Feb 2002 11:32:50 -0800 (PST), Stephan Szabo wrote:
>
>On Fri, 8 Feb 2002 [EMAIL PROTECTED] wrote:
>
>> 2. tables with complex foreign key constrains will not be imported
>
>I probably couldn't help with the other question, but...
>
>What do you mean by this? Does it error on t
On Fri, 8 Feb 2002 [EMAIL PROTECTED] wrote:
> 2. tables with complex foreign key constrains will not be imported
I probably couldn't help with the other question, but...
What do you mean by this? Does it error on the creation, does it
make the tables but not the constraints?
---
Rainer Tammer ([EMAIL PROTECTED]) reports a bug with a severity of 1
The lower the number the more severe it is.
Short Description
pg_dumpall from 7.1.3 can not be imported in 7.2.0
Long Description
The DB dump from 7.1.3 can not be imported in 7.2.0.
1. error the user root has id 0 and the imp