From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "Alex J(dot) Avriette" <alex(at)posixnap(dot)net> |
Cc: | David Fetter <david(at)fetter(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: feature request: \qf datatype |
Date: | 2004-03-30 16:22:12 |
Message-ID: | 200403301622.i2UGMCj07574@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I added a mention of how to use the pager to lookup datatype mentions in
psql \df:
To look up functions taking argument or returning values of a specific
type, use your pager's search capability to scroll through the
\df output.
No one could come up with a good API to make this easier, so I think
mentioning a simple solution is best.
---------------------------------------------------------------------------
Alex J. Avriette wrote:
> On Fri, Dec 26, 2003 at 04:07:50PM -0800, David Fetter wrote:
>
> > \dfT integer
> >
> > might bring back all the functions that operate on (or return)
> > integers.
>
> I like this the best so far. My only concern is that there is a
> whole lot of output generated by this (see thread parent).
>
> > > > Duplication--especially for help systems--is not a bad thing, as
> > > > long as it's only duplication of access and not of code bases.
> > >
> > > Duplication of help systems that are never going to be used is a
> > > waste of everyone's time.
> >
> > Perhaps I didn't make clear what I was trying to say. :)
> >
> > We should continue to avoid the "The docs for any given thing are
> > findable in exactly one way. If you don't divine it, you are S.O.L."
> > model of documentation.
>
> Well, I'm perfectly happy to see it in psql. I'm just unable to
> actually do the C part myself. If somebody would step up to the plate,
> we could see this in the next release. I haven't heard anyone say they
> didn't like it.
>
> alex
>
> --
> alex(at)posixnap(dot)net
> Alex J. Avriette, Windows Systems Defenestrator
> "Object-oriented programming is an exceptionally bad idea which could only have originated in California." - Edsger Dijkstra
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | kkim3 | 2004-03-30 17:58:31 | Transaction question |
Previous Message | Bruce Momjian | 2004-03-30 16:20:09 | Re: Dates BC. |