Comparisons
  • References/Database/PostgreSQL/Functions and Operators

The usual comparison operators are available, as shown in Table 9-1. Table 9-1. Comparison Operators

2025-01-10 15:47:30
Enum Functions
  • References/Database/PostgreSQL/Functions and Operators

For enum types (described in Section 8.7), there are several functions that allow cleaner programming

2025-01-10 15:47:30
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
Logical Operators
  • References/Database/PostgreSQL/Functions and Operators

The usual logical operators are available: AND OR

2025-01-10 15:47:30
Pattern Matching
  • References/Database/PostgreSQL/Functions and Operators

There are three separate approaches to pattern matching provided by PostgreSQL: the traditional SQL

2025-01-10 15:47:30
Array Comparisons
  • References/Database/PostgreSQL/Functions and Operators

This section describes several specialized constructs for making multiple comparisons between groups of values. These forms are syntactically related to the subquery forms

2025-01-10 15:47:30
Sequence Functions
  • References/Database/PostgreSQL/Functions and Operators

This section describes functions for operating on sequence objects, also called sequence generators or just sequences. Sequence objects are special

2025-01-10 15:47:30
Set Returning Functions
  • References/Database/PostgreSQL/Functions and Operators

This section describes functions that possibly return more than one row. The most widely used functions in this class are series generating functions, as detailed in Table

2025-01-10 15:47:30
Subquery Expressions
  • References/Database/PostgreSQL/Functions and Operators

This section describes the SQL-compliant subquery expressions available in PostgreSQL. All of the expression

2025-01-10 15:47:30