String Functions and Operators
  • References/Database/PostgreSQL/Functions/String

This section describes functions and operators for examining and manipulating string values. Strings in this context include values of the types character

2025-01-10 15:47:30
COMMIT PREPARED
  • References/Database/PostgreSQL/Commands

NameCOMMIT PREPARED -- commit a transaction that was earlier prepared for two-phase commit

2025-01-10 15:47:30
CREATE TEXT SEARCH DICTIONARY
  • References/Database/PostgreSQL/Commands

NameCREATE TEXT SEARCH DICTIONARY -- define a new text search dictionary Synopsis

2025-01-10 15:47:30
BEGIN
  • References/Database/PostgreSQL/Commands

NameBEGIN -- start a transaction block Synopsis

2025-01-10 15:47:30
Server Configuration: Error Reporting and Logging
  • References/Database/PostgreSQL/Server Configuration

19.8.1. Where To Log log_destination (string)

2025-01-10 15:47:30
Shutting Down the Server
  • References/Database/PostgreSQL/Server Setup and Operation

There are several ways to shut down the database server. You control the type of shutdown by sending different signals to the master postgres process

2025-01-10 15:47:30
Indexes and Collations
  • References/Database/PostgreSQL/Indexes

An index can support only one collation per index column. If multiple collations are of interest, multiple indexes may be needed. Consider these

2025-01-10 15:47:30
Default Roles
  • References/Database/PostgreSQL/Database Roles

PostgreSQL provides a set of default roles which provide access to certain, commonly needed, privileged capabilities and information. Administrators

2025-01-10 15:47:30
VALUES
  • References/Database/PostgreSQL/Commands

NameVALUES -- compute a set of rows Synopsis

2025-01-10 15:47:30
Table Expressions
  • References/Database/PostgreSQL/Queries

A table expression computes a table. The table expression contains a FROM clause that is optionally followed by

2025-01-10 15:47:30