Text Search Functions and Operators
  • References/Database/PostgreSQL/Functions/Text Search

Table 9-39, Table 9-40 and Table 9-41 summarize the functions and operators that are provided for full text searching. See Chapter 12 for a detailed explanation of

2025-01-10 15:47:30
XML Functions
  • References/Database/PostgreSQL/Functions/XML

The functions and function-like expressions described in this section operate on values of type xml. Check

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

Table 9-30 shows the available functions for date/time value processing, with details appearing in the following subsections. Table 9-29 illustrates the behaviors of the basic

2025-01-10 15:47:30
Trigger Functions
  • References/Database/PostgreSQL/Functions/Trigger

Currently PostgreSQL provides one built in trigger function, suppress_redundant_updates_trigger, which will prevent

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

Table 9-36 shows the operators available for the cidr and inet types. The operators <<

2025-01-10 15:47:30
Event Trigger Functions
  • References/Database/PostgreSQL/Functions/Event Trigger

PostgreSQL provides these helper functions to retrieve information from event triggers. For more information

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

Table 9-47 shows the operators available for array types. Table 9-47. Array Operators

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

Table 9-42 shows the operators that are available for use with the two JSON data types (see Section 8.14)

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

Mathematical operators are provided for many PostgreSQL types. For types without standard mathematical conventions (e.g., date/time types)

2025-01-10 15:47:30
Administration Functions
  • References/Database/PostgreSQL/Functions/System Administration

The functions described in this section are used to control and monitor a PostgreSQL installation.

2025-01-10 15:47:30