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

The pg_ts_template catalog contains entries defining text search templates. A template is the implementation skeleton for a class of text search

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

The catalog pg_shdepend records the dependency relationships between database objects and shared objects, such as roles. This information allows

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

The catalog pg_class catalogs tables and most everything else that has columns or is otherwise similar to a table. This includes indexes (but

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

The pg_replication_origin_status view contains information about how far replay for a certain origin has progressed. For more on replication

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

The view pg_indexes provides access to useful information about each index in the database.

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

The pg_ts_config_map catalog contains entries showing which text search dictionaries should be consulted, and in what order, for each output

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

The catalog pg_language registers languages in which you can write functions or stored procedures. See

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

The catalog pg_opclass defines index access method operator classes. Each operator class defines semantics for index columns of a particular

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

The catalog pg_rewrite stores rewrite rules for tables and views. Table 50-41

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

The view pg_prepared_xacts displays information about transactions that are currently prepared for two-phase commit (see

2025-01-10 15:47:30