I want to upgrade PostgreSQL database to new version of this database which doesn't support OIDS. Some of the tables was created with WITH OIDS. I think it was by default_with_oids setting. Is there information if table was created WITH OIDS in system schema tables information_schema.* or in system catalog tables pg_* or in other place?