restore_command (string) The local shell command to execute to retrieve
Information about text search configuration objects can be obtained in psql using a set of commands:
Enumerated (enum) types are data types that comprise a static, ordered set of values. They are equivalent to the enum types supported in a number
Shared Disk Failover Shared disk failover avoids synchronization overhead by having only one copy of the database. It uses a single
Bit strings are strings of 1's and 0's. They can be used to store or visualize bit masks. There are two SQL bit types: bit(n)
The PostgreSQL formatting functions provide a powerful set of tools for converting various data types (date/time, integer, floating point,
The most important disk monitoring task of a database administrator is to make sure the disk doesn't become full. A filled data disk will not result in data corruption, but
The catalog pg_depend records the dependency relationships between database objects. This information allows DROP
Recall from Chapter 19 that the PostgreSQL server provides a large number of run-time configuration variables. You can set database-specific
NameCREATE VIEW -- define a new view Synopsis
Page 27 of 60