You're right, thanks!
Wen Yi [email protected] ---Original--- From: "David G. Johnston"<[email protected]> Date: Fri, Jul 19, 2024 21:04 PM To: "Wen Yi"<[email protected]>; Cc: "pgsql-hackers"<[email protected]>; Subject: How can udf c function return table, not the rows? On Thursday, July 18, 2024, Wen Yi <[email protected]> wrote: pg_get_functiondef ---------------------------------------------------------------------- In my expectations, it should be: oid | pg_get_functiondef ------+------------------------------------------------------------------------ Can someone give my some advice? Write: Select * from function_call() Instead of Select function_call() Guessing a bit since you never did show the first query. David J.
