psql \d+ does not support tab completion as \d does.
Don Pellegrino (donald.a.pellegrino@usa.dupont.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
I checked into this and it is pretty hard to fix. You can edit
bin/psql/tab-completion.c if you wish.
Don Pellegrino (donald.a.pellegrino@usa.dupont.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
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
--
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