Erik Rijkers wrote:
> 2009.05.09
> 
> pg_migrator alpha 5 results
> from PostgreSQL 8.3.7 to 8.4cvs
> 
> Centos 5.2 x86_64 GNU/Linux
> 
> pg_migrator ran without errors.
> 
> Of 120 tables, all smaller tables
> have the correct rowcount, but all
> larger tables are 'truncated' at
> around 10 million rows.  I haven't
> looked at table content.

Can you please show
SELECT relname, pg_relation_size(oid) FROM pg_class
for your tables?

I'm wondering that it could have forgotten to migrate the later table
segments ...

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to