Module array_to_string

Source

Staticsยง

_LINKME_ELEMENT_array_to_string_anyarray_varchar_varchar ๐Ÿ”’
_LINKME_ELEMENT_array_to_string_anyarray_varchar_varchar_varchar ๐Ÿ”’

Functionsยง

array_to_string ๐Ÿ”’
Converts each array element to its text representation, and concatenates those separated by the delimiter string. If null_string is given and is not NULL, then NULL array entries are represented by that string; otherwise, they are omitted.
array_to_string_anyarray_varchar_varchar ๐Ÿ”’
array_to_string_anyarray_varchar_varchar_varchar ๐Ÿ”’
array_to_string_with_null ๐Ÿ”’