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

From Craig
Subject Re: [personal] Re: How to out \df to a file
Date
Msg-id 009601c9b2d9$4f98ef80$eecace80$@com
Whole thread Raw
In response to Re: How to out \df to a file  ("Wright, George" <George.Wright@infimatic.com>)
List pgsql-novice

George, THANKS!

Between your response and Bruce’s I was able to get exactly what I needed!

 

Craig

 

From: pgsql-novice-owner@postgresql.org [mailto:pgsql-novice-owner@postgresql.org] On Behalf Of Wright, George
Sent: Wednesday, April 01, 2009 9:18 AM
To: Craig; pgsql-novice@postgresql.org
Subject: [personal] Re: [NOVICE] How to out \df to a file

 

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

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.0.238 / Virus Database: 270.11.35/2033 - Release Date: 04/01/09 06:06:00

pgsql-novice by date:

Previous
From: "Wright, George"
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