The pg_replication_origin_status view contains information about how far replay for a certain origin has progressed. For more on replication
The catalog pg_language registers languages in which you can write functions or stored procedures. See
The view pg_prepared_xacts displays information about transactions that are currently prepared for two-phase commit (see
The catalog pg_shdepend records the dependency relationships between database objects and shared objects, such as roles. This information allows
The view pg_matviews provides access to useful information about each materialized view in the database.
The view pg_indexes provides access to useful information about each index in the database.
The catalog pg_constraint stores check, primary key, unique, foreign key, and exclusion constraints on tables. (Column constraints are not treated
The pg_ts_template catalog contains entries defining text search templates. A template is the implementation skeleton for a class of text search
The catalog pg_statistic stores statistical data about the contents of the database. Entries are created by
The pg_ts_config_map catalog contains entries showing which text search dictionaries should be consulted, and in what order, for each output
Page 6 of 9