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

The catalog pg_foreign_table contains auxiliary information about foreign tables. A foreign table is primarily represented by a

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

The catalog pg_transform stores information about transforms, which are a mechanism to adapt data types to procedural languages. See

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

The catalog pg_shseclabel stores security labels on shared database objects. Security labels can be manipulated with the

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

The view pg_tables provides access to useful information about each table in the database.

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

The pg_replication_slots view provides a listing of all replication slots that currently exist on the database cluster, along with their current

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

The pg_ts_dict catalog contains entries defining text search dictionaries. A dictionary depends on a text search template, which specifies all

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

The catalog pg_foreign_server stores foreign server definitions. A foreign server describes a source of external data, such as a remote server

2025-01-10 15:47:30