The catalog pg_statistic stores statistical data about the contents of the database. Entries are created by
The view pg_prepared_xacts displays information about transactions that are currently prepared for two-phase commit (see
The catalog pg_opclass defines index access method operator classes. Each operator class defines semantics for index columns of a particular
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_rewrite stores rewrite rules for tables and views. Table 50-41
The pg_ts_config_map catalog contains entries showing which text search dictionaries should be consulted, and in what order, for each output
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 catalog pg_language registers languages in which you can write functions or stored procedures. See
The catalog pg_shdepend records the dependency relationships between database objects and shared objects, such as roles. This information allows
Page 6 of 9