Re: TODO items.. - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: TODO items..
Date
Msg-id 20060423155540.GV4474@ns.snowman.net
Whole thread Raw
In response to Re: TODO items..  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-hackers
* Robert Treat (xzilla@users.sourceforge.net) wrote:
> On Saturday 22 April 2006 13:34, Tom Lane wrote:
> > Also, the TODO item could be worded
> >
> >     * Make psql's \d commands more consistent
> >
> > because that's really what Neil is on about ...
> >
>
> like making \df only show user functions and \dfS show system functions, like
> all the other objects?  :-)

How about also having it show the owner (instead of having to use \df+
which gets huge...) and the permissions...  Or perhaps have a seperate
\dfp or something to get that information.  It's annoying to have to
either query the catalog directly or look through \df+ for why I can't
drop a given function.
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: TODO items..
Next
From: David Hoksza
Date:
Subject: using dll in am