pgsql: Improve tab-completion for GRANT and REVOKE. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Improve tab-completion for GRANT and REVOKE.
Date
Msg-id E1ZZMGg-0006Xl-8o@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve tab-completion for GRANT and REVOKE.

Thomas Munro, reviewed by Michael Paquier, modified by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2f8880704a697312d8d10ab3a2ad7ffe4b5e3dfd

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


pgsql-committers by date:

Previous
From: Thom Brown
Date:
Subject: Re: pgsql: Allow per-tablespace effective_io_concurrency
Next
From: Fujii Masao
Date:
Subject: pgsql: Add gin_fuzzy_search_limit to postgresql.conf.sample.