PostgreSQL casts array to string when returning setof composite type

前端 未结 0 1645
南旧
南旧 2020-12-06 00:22

I have a function which roughly looks like this:

create or replace function fn_my_function(my_int_in int)
    returns setof my_type
    language plpgsql immut         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题