On Fri, Mar 13, 2009 at 10:21 AM, Carol Walter <[email protected]> wrote: > That would be a better plan, but I don't know what they are. Is there an > integrity check utility that will run the databases and check this?
I'd just pg_dump -s (schema only) then restore the schema to an 8.3 and look for errors. -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
