]> granicus.if.org Git - postgresql/commit
psql: Make EXECUTE PROCEDURE tab completion a bit narrower.
authorRobert Haas <rhaas@postgresql.org>
Tue, 18 Aug 2015 16:49:04 +0000 (12:49 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 18 Aug 2015 16:50:28 +0000 (12:50 -0400)
commitf25087d26aa9c63ce90cd8e87131b6dbe943ba86
treeaffb7d7e1b17a716edf92032285a887ff1d3821b
parent2c5c11ae9e0c5f4605fb9cdd2e8bd94fe0a06d95
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
src/bin/psql/tab-complete.c