在PostgreSQL中,如何列出psql的可用函数?( )
select * from pg_functions;
\df
\? functions
select * from pg_procedures;
都不是