Randall Smith wrote:
I'm dumped a database on 7.4.0.3 using pg_restore -Fc mydb > mydb.dump.
I then restored it using pg_restore -d dwstest -U dba mydb.dump on
another server running 7.4.5-3.
After importing, all of the sequences are set to 0. Did I miss a step?
Randall
As a note, using pg_dump with plain text format does not have this
problem. So is there a bug in the custom format?
Randall
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match