The catalog pg_event_trigger stores event triggers. See Chapter 38 for more information.
PostgreSQL provides a rich set of tools for developers to manage concurrent access to data. Internally, data consistency is maintained by using
The catalog pg_trigger stores triggers on tables and views. See CREATE
The pg_ts_dict catalog contains entries defining text search dictionaries. A dictionary depends on a text search template, which specifies all
Client authentication is controlled by a configuration file, which traditionally is named pg_hba.conf and is stored in the database cluster's
The fuzzystrmatch module provides several functions to determine similarities and distance between strings.
The file_fdw module provides the foreign-data wrapper file_fdw, which can be used to access data files in the server's
NameDROP CONVERSION -- remove a conversion Synopsis
The catalog pg_authid contains information about database authorization identifiers (roles). A role subsumes the concepts of
The view pg_stats provides access to the information stored in the
Page 17 of 60