On Jul 11, 2023, at 6:24 PM, Tom Lane <tgl@xxxxxxxxxxxxx> wrote: > While you could clean it up manually, pg_dump > is just going to omit those clauses from its output, so there's no > real need to do anything if that outcome is sufficient. I'm mainly concerned about the pg_upgrade going smoothly. I'd like to minimize downtime as much as possible. I was planning to use "pg_upgrade --link", if it matters.