Catalogs: pg_locks

The view pg_locks provides access to information about the locks held by active processes within the database server. See Chapter 13 for more

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

The catalog pg_trigger stores triggers on tables and views. See CREATE

2016-10-12 11:32:40
Catalogs: pg_pltemplate

The catalog pg_pltemplate stores "template" information for procedural languages. A template for a language allows

2016-10-12 11:32:34
Catalogs: pg_replication_origin

The pg_replication_origin catalog contains all replication origins created. For more on replication origins see Chapter 48.

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

The catalog pg_shdescription stores optional descriptions (comments) for shared database objects. Descriptions can be manipulated with the

2016-10-12 11:32:38
Catalogs: pg_foreign_data_wrapper

The catalog pg_foreign_data_wrapper stores foreign-data wrapper definitions. A foreign-data wrapper is the mechanism by which external data

2016-10-12 11:32:30
Catalogs: pg_depend

The catalog pg_depend records the dependency relationships between database objects. This information allows DROP

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

The catalog pg_type stores information about data types. Base types and enum types (scalar types) are created with

2016-10-12 11:32:42
Catalogs: pg_roles

The view pg_roles provides access to information about database roles. This is simply a publicly readable view of

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

The view pg_timezone_abbrevs provides a list of time zone abbreviations that are currently recognized by the datetime input routines. The contents

2016-10-12 11:32:40