我在postgres中有一个udf,期望将array作为输入参数。示例:
$ ./bin/strsep_query
address 1234
port 1234
username 1234
password 1234
gamename 1234
<empty field>
square 1234
LOGIN LOGIN
我将价格和数量存储在R data.table中。
"1234"
如何使用RPostgresql或任何其他postgres包调用已定义的udf?