This selects every column (*) from every table (ObjectID is of type regclass)?
It just selects every column from a single table, pg_class. Which is where postgres stores information about relations that exist in the current database.
This selects every column (*) from every table (ObjectID is of type regclass)?