At the psql prompt:
\o <filename>
\df
\o
Creates a text capture of all the functions in <filename>
From: pgsql-novice-owner@postgresql.org [mailto:pgsql-novice-owner@postgresql.org] On Behalf Of Craig
Sent: Wednesday, April 01, 2009 10:08 AM
To: pgsql-novice@postgresql.org
Subject: [NOVICE] How to out \df to a file
Hello All,
I am trying to get a list of the functions built into postgreSQL.
I know to use the \df command w/n psql, but paging through that is painful.
Is there a way to send the \df output to a file?
Or is there a table/view (s) I could query?
Thanks,
Craig