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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: donald(dot)a(dot)pellegrino(at)usa(dot)dupont(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: psql \d+ does not support tab completion as \d does.
Date: 2001-09-07 01:25:11
Message-ID: 200109070125.f871PBe15094@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


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(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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Łukasz Skowroński 2001-09-07 03:16:26 Huge view file
Previous Message John Summerfield 2001-09-06 23:46:30 Re: Build problem with CVS version