pgsql: Improve SECURITY LABEL tab completion

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve SECURITY LABEL tab completion
Date: 2015-12-25 13:56:49
Message-ID: E1aCSrR-0007F9-0F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve SECURITY LABEL tab completion

Add DATABASE, EVENT TRIGGER, FOREIGN TABLE, ROLE, and TABLESPACE to
tab completion for SECURITY LABEL.

Kyotaro Horiguchi

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8014c44e8275b2fedfc4740c911577c6f1668b56

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-12-26 17:56:15 pgsql: Fix brin_summarize_new_values() to check index type and ownershi
Previous Message Teodor Sigaev 2015-12-25 10:08:55 pgsql: Improve the gin index scan performance in pg_trgm.