标签: postgresql plpgsql postgresql-9.3
我正在json_populate_recordset尝试使用plpgsql功能。当x是自定义类型或表类型时,一切正常。但是有可能在执行时间内使用类似cusom tyoe definer的东西吗?就像我们在CTE中使用的那样 WITH cte (a int, b int4)?
json_populate_recordset
plpgsql
x
WITH cte (a int, b int4)