On Tue, May 20, 2014 at 10:25:44PM -0400, Bruce Momjian wrote:
> Find the table that is getting the toast file on the new cluster but not
> the old one, and run all the commands related to that table from the
> dump --- you don't need to load any data, just the schema items.
> 
> Run that on the old cluster and the new cluster, then check if you are
> getting the same case where there is no toast table on the old cluster
> but one on the new cluster.  Remember to only use the 9.3 pg_dump output
> for both old and new clusters.

FYI, you might want to test this by using a different database in the old
cluster so you don't interfere with the existing data.

-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


-- 
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