Re: How to out \df to a file - Mailing list pgsql-novice

From Wright, George
Subject Re: How to out \df to a file
Date
Msg-id 51548D6D5BEB57468163194A8C1A0E980161AF1B@MAGPTCPEXC02.na.mag-ias.net
Whole thread Raw
In response to How to out \df to a file  ("Craig" <craig@mysoftforge.com>)
Responses Re: [personal] Re: How to out \df to a file  ("Craig" <craig@mysoftforge.com>)
List pgsql-novice

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

pgsql-novice by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: How to out \df to a file
Next
From: "Craig"
Date:
Subject: Re: [personal] Re: How to out \df to a file