Re: psql with "Function Type" in \df

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Bruce Momjian" <bruce(at)momjian(dot)us>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, "David Fetter" <david(at)fetter(dot)org>, "PG Hackers" <pgsql-hackers(at)postgresql(dot)org>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: psql with "Function Type" in \df
Date: 2009-04-21 16:50:06
Message-ID: 49EDB2EE.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <bruce(at)momjian(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2009-04-21 16:57:42 Re: psql with "Function Type" in \df
Previous Message Brendan Jurd 2009-04-21 16:45:33 Re: WIP: to_char, support for EEEE format