functions list

Started by Murat Balkasover 27 years ago5 messagesdocsgeneral
Jump to latest
#1Murat Balkas
balkas@tel-soft.com
docsgeneral

Hi,

is there a detailed discription of postgresql functions which I get with
\df. Or a detailed document about them.

thanks...

Murat

#2Murat Balkas
balkas@tel-soft.com
In reply to: Murat Balkas (#1)
docsgeneral
Re: [GENERAL] functions list

Some detailed discription, some examples, bu at least the list of them. I
can't put the output of \df command to a file.

Murat

On Fri, 8 Jan 1999, Bruce Momjian wrote:

Show quoted text

Hi,

is there a detailed discription of postgresql functions which I get with
\df. Or a detailed document about them.

What more info do you need? Maybe the documenation in docs?

-- 
Bruce Momjian                        |  http://www.op.net/~candle
maillist@candle.pha.pa.us            |  (610) 853-3000
+  If your life is a hard drive,     |  830 Blythe Avenue
+  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#3Bruce Momjian
bruce@momjian.us
In reply to: Murat Balkas (#1)
docsgeneral
Re: [GENERAL] functions list

Hi,

is there a detailed discription of postgresql functions which I get with
\df. Or a detailed document about them.

What more info do you need? Maybe the documenation in docs?

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#4Gene Selkov, Jr.
selkovjr@mcs.anl.gov
In reply to: Murat Balkas (#2)
general
Re: [GENERAL] functions list

I can't put the output of \df command to a file.

psql -d database -c "\df" > file

#5Bruce Momjian
bruce@momjian.us
In reply to: Murat Balkas (#2)
docsgeneral
Re: [GENERAL] functions list

Some detailed discription, some examples, bu at least the list of them. I
can't put the output of \df command to a file.

Try:

echo "\\df" | psql test >file

There is a short one-line description of each one. Do you need more?

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026