pgsql: Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP
Date: 2016-11-28 16:51:40
Message-ID: E1cBP9Y-0007PX-Vs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP ...

Evidently a thinko in commit 9b181b036.

Kyotaro Horiguchi

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/404e667580fec0ab9a89a38eaa8643ee7227fdb8

Modified Files
--------------
src/bin/psql/tab-complete.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-11-28 18:56:51 pgsql: Fix get_relation_info name typo'ed in a comment
Previous Message Michael Paquier 2016-11-28 07:12:05 Re: [COMMITTERS] pgsql: libpq: Allow connection strings and URIs to specify multiple hos