information_schema
. The supported version is Postgres 12. Click on a table in the list, to find additional information in the official Postgres documentation.schema_name
is the name of the data source or virtual db. The catalog_name
is the UUID of the project currently connected to. catalog_name
can be used as a prefix for data source names when querying data (though this is optional). For example SELECT * FROM <`catalog_name`>.<`schema_name`>.sales_table