Catalogs: pg_foreign_data_wrapper
  • References/Database/PostgreSQL/Internals: Catalogs

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

2025-01-10 15:47:30
Catalogs: pg_type
  • References/Database/PostgreSQL/Internals: Catalogs

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

2025-01-10 15:47:30
Catalogs: pg_shadow
  • References/Database/PostgreSQL/Internals: Catalogs

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

2025-01-10 15:47:30
Catalogs: pg_shdescription
  • References/Database/PostgreSQL/Internals: Catalogs

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

2025-01-10 15:47:30
Catalogs: pg_available_extension_versions
  • References/Database/PostgreSQL/Internals: Catalogs

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

2025-01-10 15:47:30
Catalogs: pg_policies
  • References/Database/PostgreSQL/Internals: Catalogs

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

2025-01-10 15:47:30
Catalogs: pg_proc
  • References/Database/PostgreSQL/Internals: Catalogs

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

2025-01-10 15:47:30
Catalogs: pg_default_acl
  • References/Database/PostgreSQL/Internals: Catalogs

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

2025-01-10 15:47:30
Catalogs: pg_roles
  • References/Database/PostgreSQL/Internals: Catalogs

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

2025-01-10 15:47:30
Catalogs: pg_conversion
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_conversion describes encoding conversion procedures. See

2025-01-10 15:47:30