Creates a view with information about the size of the table/materialized view and sizes of indexes on that table/materialized view. It does also list all indexes on that table in an array.
List of supported object types
object type
<=10
>=11
PARTITIONED INDEX
X
SEQUENCE
X
X
COMPOSITE TYPE
X
X
FOREIGN TABLE
X
X
INDEX
X
X
MATERIALIZED VIEW
X
X
PARTITIONED TABLE
X
X
TABLE
X
X
VIEW
X
X
DATABASE
X
X
EXTENSION
X
X
FOREIGN DATA WRAPPER
X
X
FOREIGN SERVER
X
X
LANGUAGE
X
X
SCHEMA
X
X
OPERATOR CLASS
X
PROCEDURE
X
AGGREGATE FUNCTION
X
WINDOW FUNCTION
X
COLLATION
X
X
CONVERSION
X
X
EVENT TRIGGER
X
X
OPERATION FAMILY
X
X
PUBLICATIONS
X
X
Columns
Column Name
datatype
Description
object_owner
name
The role which is owning the obejct.
tablespace
name
The table space where the object is stored.
indexes
ARRAY
All indexes that have been created on this object.