From: Andrew S. <and...@pa...> - 2002-08-07 09:10:38
|
On Tue, 6 Aug 2002 16:48:17 -0700 "Marshall Rose" <mr...@db...> wrote: > hi. sorry to be dense, but is it our concensus that the database > conversion script that's checked into cvs is now good to go??? > > thanks, > > /mtr > Yes, it is. The script gave me a bunch of permission denied errors about pg_class, but it worked fine. I think this relates to temporarily disabling the primary keys on each table. The number of table rows is then counted, and the sequence counter reset at the correct value. However despite the error message the sequence counter is being correctly set. Would be nice to get rid of the errors, but I don't fully understand how/why they are occurring. Hopefully Dennis will be able to sort this one out. Andrew |