 |
PostgreSQL: Documentation: 9.2: Array Functions and Operators
In string_to_array, if the delimiter parameter is NULL, each character in the input string will become a separate element in the resulting array. If the delimiter is an empty string, then the entire input string is returned as a one-element array. Otherwi
www.postgresql.org |
 |