psql \d+ does not support tab completion as \d does.

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: psql \d+ does not support tab completion as \d does.
Date: 2001-08-09 15:24:55
Message-ID: 200108091524.f79FOtD49221@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Don Pellegrino (donald(dot)a(dot)pellegrino(at)usa(dot)dupont(dot)com) reports a bug with a severity of 4
The lower the number the more severe it is.

Short Description
psql \d+ does not support tab completion as \d does.

Long Description
When using psql \d supports tab completion. \d+ however does not. It would be nice if they both supported tab completion.

# select version();
version
-------------------------------------------------------------
PostgreSQL 7.1.2 on i686-pc-linux-gnu, compiled by GCC 2.96
(1 row)

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message grant 2001-08-10 22:12:51 pg_dumpall
Previous Message Tom Lane 2001-08-09 02:14:53 Re: timestamp handling in postgres 7.1 behaves strange