Re: [personal] Re: How to out \df to a file

From: "Craig" <craig(at)mysoftforge(dot)com>
To: "'Wright, George'" <George(dot)Wright(at)infimatic(dot)com>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: [personal] Re: How to out \df to a file
Date: 2009-04-01 14:51:16
Message-ID: 009601c9b2d9$4f98ef80$eecace80$@com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

George, THANKS!

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

Craig

From: pgsql-novice-owner(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org] On Behalf Of Wright, George
Sent: Wednesday, April 01, 2009 9:18 AM
To: Craig; pgsql-novice(at)postgresql(dot)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(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org] On Behalf Of Craig
Sent: Wednesday, April 01, 2009 10:08 AM
To: pgsql-novice(at)postgresql(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Craig 2009-04-01 14:53:44 Re: [personal] Re: How to out \df to a file
Previous Message Bruce Momjian 2009-04-01 14:21:33 Re: How to out \df to a file