pgsql: psql: Add some missing tab completion

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Add some missing tab completion
Date: 2017-04-04 12:59:29
Message-ID: E1cvO3V-0004Yk-Ss@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Add some missing tab completion

Add tab completion for COMMENT/SECURITY LABEL ON
PUBLICATION/SUBSCRIPTION.

Reported-by: Stephen Frost <sfrost(at)snowman(dot)net>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/553c3bef4cb47bdacb65b87c5460a2775f535a2b

Modified Files
--------------
src/bin/psql/tab-complete.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-04-04 13:03:46 pgsql: Fix typo
Previous Message Stephen Frost 2017-04-04 12:43:11 pgsql: Remove --verbose from PROVE_FLAGS