To list all databases in instance and their size, run this command:
Note: The VMware Update Manager tables are stored within the VCDB Database but under the vumdbc schema.
\l+
Example:
VCDB=# \l+
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges | Size | Tablespace | Description
-----------+----------+----------+-------------+-------------+-----------------------+---------+------------+--------------------------------------------
VCDB | vc | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =Tc/vc +| 69 MB | pg_default |
| | | | | vc=CTc/vc | | |
postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | | 6540 kB | pg_default | default administrative connection database
template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +| 6409 kB | pg_default | unmodifiable empty database
| | | | | postgres=CTc/postgres | | |
template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +| 6417 kB | pg_default | default template for new databases
| | | | | postgres=CTc/postgres | | |
To list all tables and their size, run this command:
\d+
Example:
VCDB=# \d+
List of relations
Schema | Name | Type | Owner | Size | Description
--------+--------------------------------+----------+---------+------------+-------------
vumdbc | vci_aging_snapshots | table | vumuser | 8192 bytes |
vumdbc | vci_baseline_group_baselines | table | vumuser | 0 bytes |
vumdbc | vci_baseline_groups | table | vumuser | 8192 bytes |
vumdbc | vci_baseline_groups_seq | sequence | vumuser | 8192 bytes |
vumdbc | vci_baselines | table | vumuser | 16 kB |
vumdbc | vci_baselines_seq | sequence | vumuser | 8192 bytes |
vumdbc | vci_bundle_keys | table | vumuser | 0 bytes |
vumdbc | vci_component_spec | table | vumuser | 168 kB |
vumdbc | vci_content_keys | table | vumuser | 8192 bytes |
vumdbc | vci_eula | table | vumuser | 16 kB |
vumdbc | vci_eula_seq | sequence | vumuser | 8192 bytes |
vumdbc | vci_host_upgrade_baselines | table | vumuser | 0 bytes |
vumdbc | vci_host_upgrade_packages | table | vumuser | 48 kB |
vumdbc | vci_host_upgrade_packages_seq | sequence | vumuser | 8192 bytes |
vumdbc | vci_host_upgrades | table | vumuser | 16 kB |
vumdbc | vci_host_upgrades_seq | sequence | vumuser | 8192 bytes |
vumdbc | vci_languages_seq | sequence | vumuser | 8192 bytes |
vumdbc | vci_locales | table | vumuser | 8192 bytes |
vumdbc | vci_metadata_files | table | vumuser | 56 kB |
vumdbc | vci_metadata_files_seq | sequence | vumuser | 8192 bytes |
vumdbc | vci_notifications | table | vumuser | 8192 bytes |
vumdbc | vci_notifications_seq | sequence | vumuser | 8192 bytes |
vumdbc | vci_operation_history | table | vumuser | 8192 bytes |
vumdbc | vci_operation_history_seq | sequence | vumuser | 8192 bytes |
vumdbc | vci_operation_history_subtasks | table | vumuser | 0 bytes |
vumdbc | vci_package_files | table | vumuser | 80 kB |
vumdbc | vci_package_files_seq | sequence | vumuser | 8192 bytes |
vumdbc | vci_package_locales | table | vumuser | 0 bytes |
vumdbc | vci_packages | table | vumuser | 120 kB |