Catalogs: pg_statistic

The catalog pg_statistic stores statistical data about the contents of the database. Entries are created by

2016-10-12 11:32:39
Catalogs: pg_prepared_xacts

The view pg_prepared_xacts displays information about transactions that are currently prepared for two-phase commit (see

2016-10-12 11:32:35
Catalogs: pg_opclass

The catalog pg_opclass defines index access method operator classes. Each operator class defines semantics for index columns of a particular

2016-10-12 11:32:33
Catalogs: pg_replication_origin_status

The pg_replication_origin_status view contains information about how far replay for a certain origin has progressed. For more on replication

2016-10-12 11:32:36
Catalogs: pg_rewrite

The catalog pg_rewrite stores rewrite rules for tables and views. Table 50-41

2016-10-12 11:32:36
Catalogs: pg_ts_config_map

The pg_ts_config_map catalog contains entries showing which text search dictionaries should be consulted, and in what order, for each output

2016-10-12 11:32:41
Catalogs: pg_indexes

The view pg_indexes provides access to useful information about each index in the database.

2016-10-12 11:32:31
Catalogs: pg_constraint

The catalog pg_constraint stores check, primary key, unique, foreign key, and exclusion constraints on tables. (Column constraints are not treated

2016-10-12 11:32:28
Catalogs: pg_language

The catalog pg_language registers languages in which you can write functions or stored procedures. See

2016-10-12 11:32:32
Catalogs: pg_shdepend

The catalog pg_shdepend records the dependency relationships between database objects and shared objects, such as roles. This information allows

2016-10-12 11:32:38