Hi there,
I used the function array_to_string, and I found it ignores NULL values,
e.g. array_to_string( 'ARRAY[1,NULL,3]', ',' ) returns '1,3'.
The function documentation doesn't explain this case.
So please tell me: is it the normal behavior or a bug ?
TIA,
Sabin