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

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

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

The catalog pg_event_trigger stores event triggers. See Chapter 38 for more information.

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

The view pg_stats provides access to the information stored in the

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

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

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_enum
  • References/Database/PostgreSQL/Internals: Catalogs

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

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_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_conversion
  • References/Database/PostgreSQL/Internals: Catalogs

The catalog pg_conversion describes encoding conversion procedures. See

2025-01-10 15:47:30