Re: [patch] psql tab completion for ALTER DEFAULT PRIVILEGES

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Gilles Darold <gilles(dot)darold(at)dalibo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [patch] psql tab completion for ALTER DEFAULT PRIVILEGES
Date: 2016-12-27 18:43:26
Message-ID: 20161227184325.GZ18360@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gilles, all,

* Stephen Frost (sfrost(at)snowman(dot)net) wrote:
> * Gilles Darold (gilles(dot)darold(at)dalibo(dot)com) wrote:
> > Added to next commitfest. To explain more this patch, the completion of
> > SQL command:
> >
> > ALTER DEFAULT PRIVILEGES FOR ROLE xxx [tab]
>
> Here is a cleaned up patch for master and 9.6. Tomorrow I'll look into
> what we can do for 9.5 and earlier, which are also wrong, but the code
> is quite a bit different.

Just a note that I've now fixed this and back-patched it, per
discussion. I also closed it out on the commitfest app.

Thanks again!

Stephen

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2016-12-27 19:43:34 Re: Hooks
Previous Message Tom Lane 2016-12-27 18:32:46 Re: Hooks