Tom Lane wrote: > Joe Conway <[email protected]> writes: > > 1. Two functions were left in the 8.4 database > > pg_toasttbl_drop(oid) > > pg_toasttbl_recreate(oid, oid) > > This is pg_migrator's fault --- it should probably clean those up > when it's done.
Agreed. The new pg_migrator 8.4.4 does clean those up when it finishes. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
