Re: [GENERAL] functions list

1999-01-08 Thread Bruce Momjian
> > 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

Re: [GENERAL] functions list

1999-01-08 Thread Gene Selkov Jr.
> I can't put the output of \df command to a file. psql -d database -c "\df" > file

Re: [GENERAL] functions list

1999-01-08 Thread Murat Balkas
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: > > > > Hi, > > > > is there a detailed discription of postgresql functions which I get with > > \df. Or a detailed docum

Re: [GENERAL] functions list

1999-01-08 Thread Bruce Momjian
> > 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 [EMAIL PROTECTED]|

[GENERAL] functions list

1999-01-08 Thread Murat Balkas
Hi, is there a detailed discription of postgresql functions which I get with \df. Or a detailed document about them. thanks... Murat