Conditional Expressions
  • References/Database/PostgreSQL/Functions and Operators

This section describes the SQL-compliant conditional expressions available in PostgreSQL.

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

NameDROP AGGREGATE -- remove an aggregate function Synopsis

2025-01-10 15:47:30
tsearch2
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The tsearch2 module provides backwards-compatible text search functionality for applications that used tsearch2

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

NameDROP EXTENSION -- remove an extension Synopsis

2025-01-10 15:47:30
Full Text Search: GIN and GiST Index Types
  • References/Database/PostgreSQL/Full Text Search

There are two kinds of indexes that can be used to speed up full text searches. Note that indexes are not mandatory for full text searching, but in cases where a column is

2025-01-10 15:47:30
Internals: How Connections are Established
  • References/Database/PostgreSQL/Internals

PostgreSQL is implemented using a simple "process per user" client/server model. In this model there is one

2025-01-10 15:47:30
Modifying Tables
  • References/Database/PostgreSQL/Data Definition

When you create a table and you realize that you made a mistake, or the requirements of the application change, you can drop the table and create it again. But this is not

2025-01-10 15:47:30
Internals//Genetic Query Optimizer: Query Handling as a Complex Optimization Problem
  • References/Database/PostgreSQL/Internals/Genetic Query Optimizer

Among all relational operators the most difficult one to process and optimize is the join. The number of possible query plans grows exponentially with

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

NameALTER GROUP -- change role name or membership Synopsis

2025-01-10 15:47:30
Catalogs: pg_config
  • References/Database/PostgreSQL/Internals: Catalogs

The view pg_config describes the compile-time configuration parameters of the currently installed version of PostgreSQL

2025-01-10 15:47:30