Functions and Operators
Chapter Functions and Operators
Table of Contents
Tacnode provides a large number of functions and operators for the built-in data types. This chapter describes most of them, although additional special-purpose functions appear in relevant sections of the manual. The psql commands \df
and \do
can be used to list all available functions and operators, respectively.
The notation used throughout this chapter to describe the argument and result data types of a function or operator is like this:
which says that the function repeat
takes one text and one integer argument and returns a result of type text. The right arrow is also used to indicate the result of an example, thus:
If you are concerned about portability then note that most of the functions and operators described in this chapter, with the exception of the most trivial arithmetic and comparison operators and some explicitly marked functions, are not specified by the SQL standard. Some of this extended functionality is present in other SQL database management systems, and in many cases this functionality is compatible and consistent between the various implementations.
Logical Operators
No Description
Comparison Functions and Operators
No Description
Mathematical Functions and Operators
No Description
String Functions and Operators
No Description
Binary String Functions and Operators
No Description
Bit String Functions and Operators
No Description
Pattern Matching
No Description
Data Type Formatting Functions
No Description
Date/Time Functions and Operators
No Description
Enum Support Functions
No Description
Network Address Functions and Operators
No Description
UUID Functions
No Description
JSON Functions and Operators
No Description
Sequence Manipulation Functions
No Description
Conditional Expressions
No Description
Array Functions and Operators
No Description
Aggregate Functions
No Description
Window Functions
No Description
Subquery Expressions
No Description
Row and Array Comparisons
No Description
Set Returning Functions
No Description
System Information Functions and Operators
No Description
System Administration Functions
No Description