pgsql没有group_concat函数, 可以使用array_agg实现 返回类型是返回的类型是Array
使用demo
array_to_string(array_agg(t.cname),',')