[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
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