Catalogs: pg_init_privs

The catalog pg_init_privs records information about the initial privileges of objects in the system. There is one entry for each object in the

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

The view pg_stats provides access to the information stored in the

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

The catalog pg_amop stores information about operators associated with access method operator families. There is one row for each operator that

2016-10-12 11:32:25
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_default_acl

The catalog pg_default_acl stores initial privileges to be assigned to newly created objects.

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

The pg_enum catalog contains entries showing the values and labels for each enum type. The internal representation of a given enum value is

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

The view pg_shadow exists for backwards compatibility: it emulates a catalog that existed in PostgreSQL before

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

The view pg_user_mappings provides access to information about user mappings. This is essentially a publicly readable view of

2016-10-12 11:32:43
Catalogs: pg_largeobject_metadata

The catalog pg_largeobject_metadata holds metadata associated with large objects. The actual large object data is stored in

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