Re: [patch] psql tab completion for grant execute

From: "Daniel Verite" <daniel(at)manitou-mail(dot)org>
To: "Robert Haas" <robertmhaas(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [patch] psql tab completion for grant execute
Date: 2015-08-19 13:02:59
Message-ID: 44601e54-2ed4-4f16-9def-6241fbf66628@mm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas wrote:

> > A trivial patch is attached. It adds the condition that if EXECUTE is
> > preceded by GRANT itself preceded by nothing, then that completion
> > with PROCEDURE is skipped.
>
> Thanks, I committed this. I don't think we usually back-patch tab
> completion fixes, but I back-patched this one to 9.5 anyway, so that
> it gets out into the wild a little sooner.

Thanks! I had added it in the CF earlier, I've taken the liberty to mark
it as committed by you:

https://commitfest.postgresql.org/6/329/

Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2015-08-19 13:03:12 Re: More WITH
Previous Message David Fetter 2015-08-19 12:52:39 Re: Declarative partitioning