I ran an assesment on one of our databases that makes use of many partitioned tables (just one level deep). I noticed almost all the resulting errors were due to references to these partitiioned tables, such as "relation "table_name" does not exist". This is for tables, indexes, constraints, and views. I don't see that as an issue so long as the resulting DDL is ordered correctly, but I wanted to point this out to improve the tool.
... View more