Re: Consistent \d commands in psql - Mailing list pgsql-patches

From Tom Lane
Subject Re: Consistent \d commands in psql
Date
Msg-id 15731.1207088845@sss.pgh.pa.us
Whole thread Raw
In response to Re: Consistent \d commands in psql  ("Brendan Jurd" <direvus@gmail.com>)
Responses Re: Consistent \d commands in psql
Re: Consistent \d commands in psql
Re: Consistent \d commands in psql
List pgsql-patches
"Brendan Jurd" <direvus@gmail.com> writes:
> If I read Greg's latter proposal correctly, he was suggesting

> \df Lists all user functions
> \df [pattern] Lists both system and user functions matching [pattern]
> \df * Lists all system and user functions

Hmm, I must've misread it, because I didn't understand it quite like
that.  That seems like a nice simple minimal-featuritis approach.

One question: should \df really list *all* nonsystem functions?  Or just
the ones that are visible in your search path?  I'd be inclined to say
the second.

            regards, tom lane

pgsql-patches by date:

Previous
From: Murray Cumming
Date:
Subject: Re: [HACKERS] Avahi support for Postgresql
Next
From: Andrew Dunstan
Date:
Subject: Re: Consistent \d commands in psql