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 ------ master Details ------- http://git.postgresql.org/pg/commitdiff/db5a703bf69d6302d0d515a9068baebffd2d227e Modified Files -------------- src/bin/psql/tab-complete.c | 1 + 1 file changed, 1 insertion(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
