This section describes functions and operators for examining and manipulating binary string values. Strings in this context include values of the type BYTEA.
SQL defines some string functions with a special syntax where certain keywords rather than commas are used to separate the arguments. Details are in Table 4-8. Some functions are also implemented using the regular syntax for function invocation. (See Table 4-9.)
Table 4-8. SQL Binary String Functions and Operators
Additional binary string manipulation functions are available and are listed below. Some of them are used internally to implement the SQL-standard string functions listed above.
Table 4-9. Other Binary String Functions