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

Started by PostgreSQL Bugs Listover 24 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

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

#2Bruce Momjian
bruce@momjian.us
In reply to: PostgreSQL Bugs List (#1)
Re: psql \d+ does not support tab completion as \d does.

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