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-0007PY-Vx@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
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/28735cc72d992ed52df0c3d90140d914ef722639

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: Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix get_relation_info name typo'ed in a comment