Since timezone abbreviations are not well standardized, PostgreSQL provides a means to customize the set of abbreviations accepted by the server
NameCREATE DOMAIN -- define a new domain Synopsis
A single index scan can only use query clauses that use the index's columns with operators of its operator class and are joined with AND. For example
Transactions are a fundamental concept of all database systems. The essential point of a transaction is that it bundles multiple steps into a single
By default, recovery will recover to the end of the WAL log. The following parameters can be used to specify an earlier stopping point. At most one of
GiST stands for Generalized Search Tree. It is a balanced, tree-structured access method, that acts as a base template in which to implement
The collation feature allows specifying the sort order and character classification behavior of data per-column, or even per-operation. This alleviates the restriction that
NameCREATE CONVERSION -- define a new encoding conversion Synopsis
Namepg_upgrade -- upgrade a PostgreSQL server instance
The pgstattuple module provides various functions to obtain tuple-level statistics. F
Page 45 of 60