[EMAIL PROTECTED] writes: > time? Why won't pg_dump include a line to accept connection for > template0 just before it writes "\connect template0" and then remove > the permission after it is done with template0?
AFAICS it would not be issuing that unless you'd made template0 connectable on the source database. That is not a good thing; undo it. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match