Catalogs: pg_collation

The catalog pg_collation describes the available collations, which are essentially mappings from an SQL name to operating system locale categories

2016-10-12 11:32:27
Catalogs: pg_prepared_statements

The pg_prepared_statements view displays all the prepared statements that are available in the current session. See

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

The catalog pg_description stores optional descriptions (comments) for each database object. Descriptions can be manipulated with the

2016-10-12 11:32:29
Catalogs: pg_config

The view pg_config describes the compile-time configuration parameters of the currently installed version of PostgreSQL

2016-10-12 11:32:27
Catalogs: pg_settings

The view pg_settings provides access to run-time parameters of the server. It is essentially an alternative interface to the

2016-10-12 11:32:37
Catalogs: pg_aggregate

The catalog pg_aggregate stores information about aggregate functions. An aggregate function is a function that operates on a set of values

2016-10-12 11:32:24
Catalogs: pg_seclabels

The view pg_seclabels provides information about security labels. It as an easier-to-query version of the

2016-10-12 11:32:37
Catalogs: pg_index

The catalog pg_index contains part of the information about indexes. The rest is mostly in pg_class.

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

The pg_ts_dict catalog contains entries defining text search dictionaries. A dictionary depends on a text search template, which specifies all

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

The view pg_stats provides access to the information stored in the

2016-10-12 11:32:39