Catalogs: pg_operator

The catalog pg_operator stores information about operators. See CREATE

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

The catalog pg_shseclabel stores security labels on shared database objects. Security labels can be manipulated with the

2016-10-12 11:32:39
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_auth_members

The catalog pg_auth_members shows the membership relations between roles. Any non-circular set of relationships is allowed.

2016-10-12 11:32:26
Catalogs: pg_transform

The catalog pg_transform stores information about transforms, which are a mechanism to adapt data types to procedural languages. See

2016-10-12 11:32:40
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_namespace

The catalog pg_namespace stores namespaces. A namespace is the structure underlying SQL schemas: each namespace can have a separate collection

2016-10-12 11:32:33
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_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_trigger

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

2016-10-12 11:32:40