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.
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.