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

The view pg_config describes the compile-time configuration parameters of the currently installed version of PostgreSQL

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

The catalog pg_aggregate stores information about aggregate functions. An aggregate function is a function that operates on a set of values

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

The catalog pg_largeobject holds the data making up "large objects". A large object is identified by an OID assigned

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

The catalog pg_range stores information about range types. This is in addition to the types' entries in

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

The catalog pg_operator stores information about operators. See CREATE

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

The view pg_settings provides access to run-time parameters of the server. It is essentially an alternative interface to the

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

The pg_prepared_statements view displays all the prepared statements that are available in the current session. See

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

The pg_available_extensions view lists the extensions that are available for installation. See also the

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

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

2025-01-10 15:47:30
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