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
Concurrency Control
  • References/Database/PostgreSQL/Concurrency Control

PostgreSQL provides a rich set of tools for developers to manage concurrent access to data. Internally, data consistency is maintained by using

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

The catalog pg_trigger stores triggers on tables and views. See CREATE

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
pg_hba.conf File
  • References/Database/PostgreSQL/Client Authentication

Client authentication is controlled by a configuration file, which traditionally is named pg_hba.conf and is stored in the database cluster's

2025-01-10 15:47:30
fuzzystrmatch
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The fuzzystrmatch module provides several functions to determine similarities and distance between strings.

2025-01-10 15:47:30
file_fdw
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The file_fdw module provides the foreign-data wrapper file_fdw, which can be used to access data files in the server's

2025-01-10 15:47:30
DROP CONVERSION
  • References/Database/PostgreSQL/Commands

NameDROP CONVERSION -- remove a conversion Synopsis

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

The catalog pg_authid contains information about database authorization identifiers (roles). A role subsumes the concepts of

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