This section describes functions and operators for examining and manipulating values of type bytea.
SQL defines some string functions that use key words, rather than commas, to separate arguments. Details are in 표 9-8. PostgreSQL also provides versions of these functions that use the regular function invocation syntax (see 표 9-9).
표 9-8. SQL Binary String Functions and Operators
Additional binary string manipulation functions are available and are listed in 표 9-9. Some of them are used internally to implement the SQL-standard string functions listed in 표 9-8.
표 9-9. Other Binary String Functions