Skip to main content
The metadata includes details about each database, schema, and relation in the system, such as materialized views, tables, sources, sinks, indexes, and views. The status information includes the progress of DDL commands, system snapshots, and more.

How to display RisingWave catalogs

After you connect to RisingWave via psql, enter \d to display RisingWave catalogs. The result looks like this:
You can view the schemas of these catalogs:
You can also retrieve the values of the catalogs. Please note that the schema (rw_catalog) is optional.
You can use two time-related fields, created_at and initiated_at, to retrieve the times when an object is created and initialized. This can be useful when you want learn about when a source or materialized view is created or initialized.

Available RisingWave catalogs