From:
Michael Fuhr <mike(at)fuhr(dot)org>
To:
Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>,Greg Sabino Mullane <greg(at)turnstep(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject:
Re: HEAD \df doesn't show functions with no arguments
Date:
2005-04-01 05:46:06
Message-ID:
20050401054606.GB53134@winnie.fuhr.org (view raw or flat )
Thread:
2005-03-31 05:49:08 from Michael Fuhr <mike(at)fuhr(dot)org>
2005-03-31 06:06:39 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-03-31 18:15:40 from Michael Fuhr <mike(at)fuhr(dot)org>
2005-04-01 00:08:43 from "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
2005-04-01 04:34:02 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-04-01 04:59:43 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2005-04-01 05:19:35 from elein(at)varlena(dot)com (elein)
2005-04-01 05:31:06 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2005-04-01 05:32:51 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-04-01 05:54:19 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2005-04-01 05:54:48 from Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
2005-04-01 05:46:06 from Michael Fuhr <mike(at)fuhr(dot)org>
2005-04-01 12:08:54 from "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
2005-04-04 00:59:21 from "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>
2005-04-01 05:29:57 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-04-01 04:53:18 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-04-01 04:57:47 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-04-01 05:08:21 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-04-01 05:26:20 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-04-01 05:32:10 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-04-01 05:37:05 from Michael Fuhr <mike(at)fuhr(dot)org>
Lists:
pgsql-hackers pgsql-patches
On Fri, Apr 01, 2005 at 12:59:43PM +0800, Christopher Kings-Lynne wrote:
>
> I only ever use \df to look at my own functions...
>
> I'd prefer if no system functions were listed :)
You can use, for example, "\df public." to see only those functions
in the public schema. That's what I do when I want to suppress the
system functions (or, more accurately, to see only the functions
in a specific schema).
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
In response to
pgsql-hackers by date
Next :From: Christopher Kings-LynneDate: 2005-04-01 05:54:19
Subject : Re: HEAD \df doesn't show functions with no arguments
Previous :From : Michael FuhrDate : 2005-04-01 05:37:05
Subject : Re: HEAD \df doesn't show functions with no arguments
pgsql-patches by date
Next :From: Christopher Kings-LynneDate: 2005-04-01 05:54:19
Subject : Re: HEAD \df doesn't show functions with no arguments
Previous :From : Michael FuhrDate : 2005-04-01 05:37:05
Subject : Re: HEAD \df doesn't show functions with no arguments