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
> 
> --
> [EMAIL PROTECTED]
> 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
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to