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

From Brendan Jurd
Subject Re: Consistent \d commands in psql
Date
Msg-id 37ed240d0803310827v5cf91cbemc76dfb42da28cc4f@mail.gmail.com
Whole thread Raw
In response to Re: Consistent \d commands in psql  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On 01/04/2008, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> ...  That means
>  there'd be no way to replicate the all-functions-of-both-types behavior
>  that has been the default in every prior release.

>         \dfS    -> sys functions only
>         \dfU    -> user functions only
>         \dfSU   -> all functions (should allow \dfUS spelling too)
>         \df     -> behavior proposed by Greg

How about \df* rather than (or in addition to) \dfSU & \dfUS?

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Consistent \d commands in psql
Next
From: "Pavel Stehule"
Date:
Subject: Fwd: WIP: CASE statement for PL/pgSQL