I am trying to upgrade to PostgreSQL version 12 but it does not allow OIDs. Removing the OIDs is doable with alter table {name} set without oids;, but for large ta
alter table {name} set without oids;