pgsql: psql: Make EXECUTE PROCEDURE tab completion a bit narrower.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Make EXECUTE PROCEDURE tab completion a bit narrower.
Date: 2015-08-18 17:03:26
Message-ID: E1ZRkII-0000gh-30@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Make EXECUTE PROCEDURE tab completion a bit narrower.

If the user has typed GRANT EXECUTE, the correct completion is "ON",
not "PROCEDURE".

Daniel Verite

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f25087d26aa9c63ce90cd8e87131b6dbe943ba86

Modified Files
--------------
src/bin/psql/tab-complete.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-08-18 23:23:01 pgsql: Fix a few bogus statement type names in plpgsql error messages.
Previous Message Tom Lane 2015-08-17 23:39:44 pgsql: Fix performance bug from conflict between two previous improveme