Re: How to out \df to a file

From: "Wright, George" <George(dot)Wright(at)infimatic(dot)com>
To: "Craig" <craig(at)mysoftforge(dot)com>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: How to out \df to a file
Date: 2009-04-01 14:17:38
Message-ID: 51548D6D5BEB57468163194A8C1A0E980161AF1B@MAGPTCPEXC02.na.mag-ias.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bruce Momjian 2009-04-01 14:21:33 Re: How to out \df to a file
Previous Message Craig 2009-04-01 14:08:11 How to out \df to a file