Судя по описанию этот скрипт лишь выведет список таблиц, где необходимо отключить OIDS
This will output a list of databases and tables that need to be updated. You can then run the following query to remove the OIDS:
ALTER TABLE table_name SET WITHOUT OIDS;