Re: psql 7.2.1: \d (alone) missing from \? - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: psql 7.2.1: \d (alone) missing from \?
Date
Msg-id 200206281819.g5SIJGG18883@candle.pha.pa.us
Whole thread Raw
In response to psql 7.2.1: \d (alone) missing from \?  (Jay Berkenbilt <ejb@ql.org>)
Responses Re: psql 7.2.1: \d (alone) missing from \?  (Jay Berkenbilt <ejb@ql.org>)
List pgsql-bugs
Jay Berkenbilt wrote:
>
> This problem is so simple, the subject pretty much says it all.  For
> the sake of completeness, I'm running PostgreSQL 7.2.1 as supplied by
> RedHat in their 7.3 release for i386.  This bug report pertains only
> to the psql front end.
>
> The command
>
> \d
>
> all by itself (with no arguments) lists all relations along with the
> type and owner.  This fact is, however, not mentioned in the help
> message you get with \?, which lists loads of other things you can
> with \d but forgets to mention \d all by itself.

I see it in psql 7.2.1 with \?:

    \d [NAME]      describe table (or view, index, sequence)

Don't you have that line?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-bugs by date:

Previous
From: Anand
Date:
Subject: Re: weird strncmp bug while executing trigger?
Next
From: Bruce Momjian
Date:
Subject: Re: psql 7.2.1: \d (alone) missing from \?