Catalogs: pg_available_extension_versions

The pg_available_extension_versions view lists the specific extension versions that are available for installation. See also the

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

The catalog pg_proc stores information about functions (or procedures). See

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

The view pg_policies provides access to useful information about each row-level security policy in the database.

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

The catalog pg_conversion describes encoding conversion procedures. See

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

The catalog pg_cast stores data type conversion paths, both built-in and user-defined. It should be noted that

2016-10-12 11:32:26