The pg_buffercache module provides a means for examining what's happening in the shared buffer cache in real time. The
NameLOAD -- load a shared library file Synopsis
The catalog pg_namespace stores namespaces. A namespace is the structure underlying SQL schemas: each namespace can have a separate collection
NameALTER USER MAPPING -- change the definition of a user mapping Synopsis
Currently PostgreSQL provides one built in trigger function, suppress_redundant_updates_trigger, which will prevent
The catalog pg_collation describes the available collations, which are essentially mappings from an SQL name to operating system locale categories
Here we give a short overview of the stages a query has to pass in order to obtain a result.
Because each worker executes the parallel portion of the plan to completion, it is not possible to simply take an ordinary query plan and run it using multiple workers. Each
unaccent is a text search dictionary that removes accents (diacritic signs) from lexemes. It's a filtering dictionary, which means its output
NameCREATE OPERATOR CLASS -- define a new operator class Synopsis
Page 1 of 60