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

From Kevin Grittner
Subject Re: psql with "Function Type" in \df
Date
Msg-id 49EDB2EE.EE98.0025.0@wicourts.gov
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  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> wrote:
> The problem is I don't see curly braces used anywhere in \?
I see it in 8.3:
: \d{t|i|s|v|S} [PATTERN] (add "+" for more detail)
:                list tables/indexes/sequences/views/system tables
and:
: \pset NAME [VALUE]
:                set table output option
:                (NAME :=
{format|border|expanded|fieldsep|footer|null|
:               
numericlocale|recordsep|tuples_only|title|tableattr|pager})
> In a way though, they are really still optional, they are just not
> optional for this specific line.
Then we should indicate they're not optional on that line, or remove
that line as suggested by Alvaro.
-Kevin


pgsql-hackers by date:

Previous
From: Brendan Jurd
Date:
Subject: Re: WIP: to_char, support for EEEE format
Next
From: David Fetter
Date:
Subject: Re: psql with "Function Type" in \df