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