The citext module provides a case-insensitive character string type, citext. Essentially, it internally calls
Namepg_xlogdump -- display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster
PostgreSQL provides facilities to support dynamic tracing of the database server. This allows an external utility to be called at specific
SQL input consists of a sequence of commands. A command is composed of a sequence of tokens, terminated by a semicolon (
19.4.1. Memory shared_buffers (integer)
This is a list of acronyms commonly used in the PostgreSQL documentation and in discussions about PostgreSQL
The PostgreSQL source distribution includes several examples of index operator classes for SP-GiST, as described
The catalog pg_type stores information about data types. Base types and enum types (scalar types) are created with
To implement full text searching there must be a function to create a tsvector from a document and a tsquery from a user
A text search configuration specifies all options necessary to transform a document into a tsvector: the parser to use to break text into tokens,
Page 31 of 60