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

From Tom Lane
Subject pgsql: Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP
Date
Msg-id E1cBP9Y-0007PX-Vs@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Code review for early drop of orphaned temp relations in autovac
Next
From: Tom Lane
Date:
Subject: pgsql: Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP