Re: psql with "Function Type" in \df - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql with "Function Type" in \df
Date
Msg-id 2535.1240411252@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql with "Function Type" in \df  (Bruce Momjian <bruce@momjian.us>)
Responses Re: psql with "Function Type" in \df  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> If I can get someone else to say they prefer brackets over parentheses in
> \? I will make the change.  Right now we have:

>    \df[antwS+] [PATTERN]  list (only agg/normal/trigger/window) functions

> With brackets it would be:

>    \df[antwS+] [PATTERN]  list [only agg/normal/trigger/window] functions

Yes, the brackets in the text match up with the brackets in the syntax,
so I think this looks more sensible.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: psql with "Function Type" in \df
Next
From: Alvaro Herrera
Date:
Subject: Re: psql with "Function Type" in \df