Re: [GENERAL] sequences not renamed with tables

2003-12-17 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I renamed a couple tables, and the names of their > corresponding sequences remained the same. This causes > a problem because when importing - the create table > statements create sequences with different names, then > the setval() statements us

[GENERAL] sequences not renamed with tables

2003-12-10 Thread CSN
I'm getting these errors when importing dumps: ERROR: relation "table1_id_seq" does not exist ERROR: relation "table2_id_seq" does not exist I renamed a couple tables, and the names of their corresponding sequences remained the same. This causes a problem because when importing - the create tab