Exactly what I was planning. Thank you for being more specific so others could benefit. Sometimes I assume pg_dump -s is common knowledge. :) Thanks again for the guidance. Appreciated more than you could imagine.
> > pg_dump -s production_database > pd.sql > pg_dump -s test_sequel_database > td.sql > diff -u td.sql pd.sql > > and iterate on your Sequel migration until the diff is small enough that > you don't care about the remaining differences. > -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
