Using:
SELECT * FROM information_schema.routines
or
SELECT * FROM pg_catalog.pg_proc
I can get the list of system function.
Does exists the way to get the description, or even better the classification, of the functions?
Like here or here.
I don’t believe, that somebody typing this by hands 🙂
Thanks!
In the
psqlshell you can get similar information withYou can see what the
psqlshell does to get this information by starting the shell with the-Eargument: