pgsql: Improve SECURITY LABEL tab completion - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Improve SECURITY LABEL tab completion
Date
Msg-id E1aCSrR-0007F9-0F@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: pgsql: Improve the gin index scan performance in pg_trgm.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix brin_summarize_new_values() to check index type and ownershi