PostgreSQL查自定义函数 PostgreSQL查自定义函数 PostgreSQL查自定义函数 -- PostgreSQL查自定义函数 select * from pg_proc where proowner = (select usesysid from pg_user where usename = CURRENT_USER) order by proname;