From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc:
Michael Fuhr <mike(at)fuhr(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject:
Re: HEAD \df doesn't show functions with no arguments
Date:
2005-04-01 04:57:47
Message-ID:
3066.1112331467@sss.pgh.pa.us (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
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Tom Lane wrote:
>> We could fix it by changing <> to IS DISTINCT FROM ... but I've never
>> been very happy with the idea that \df tries to suppress I/O functions
>> anyway. How do you feel about removing the cstring test altogether?
> I like the cstring test. I don't think users want to see functions they
> can't call from SQL, and they will ask about them if we show them.
What makes you think you can't call 'em from SQL?
regression=# select int4in('345');
int4in
--------
345
(1 row)
regards, tom lane
In response to
Responses
pgsql-hackers by date
Next :From: Christopher Kings-LynneDate: 2005-04-01 04:59:43
Subject : Re: HEAD \df doesn't show functions with no arguments
Previous :From : Bruce MomjianDate : 2005-04-01 04:53:18
Subject : Re: HEAD \df doesn't show functions with no arguments
pgsql-patches by date
Next :From: Christopher Kings-LynneDate: 2005-04-01 04:59:43
Subject : Re: HEAD \df doesn't show functions with no arguments
Previous :From : Bruce MomjianDate : 2005-04-01 04:53:18
Subject : Re: HEAD \df doesn't show functions with no arguments