Ubuntu – Datatype error making PostgreSQL query from matlab
I'm attempting to call a database function that takes a single UUID as a parameter. When I do this: report_id = "5ed30f08-0de0-47f4-99e8-9aeeb8eb2dfe"; query = "select * from public.fn_func($1)"; report_nav = pq_exec_params (conn, query, {report_id}); I get this: __pq_exec_params__: fatal error:…