In psql, doing \d on a table after doing that SET WITH NO OIDS thing you need to do, breaks with:
mydb=# \d schema.table
ERROR: column c.relhasoids does not exist
LINE 1: ...riggers, c.relrowsecurity, c.relforcerowsecurity, c.relhasoi...
ERROR: column c.relhasoids does not exist
LINE 1: ...riggers, c.relrowsecurity, c.relforcerowsecurity, c.relhasoi...
Is there a clean way to fix this and restore the functionality on tables that had OIDs removed?