Re: [COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES

2016-12-23 Thread Stephen Frost
* Robert Haas (robertmh...@gmail.com) wrote: > On Fri, Dec 23, 2016 at 9:02 PM, Stephen Frost wrote: > > Lastly, we weren't using the actual list of allowed kinds of > > objects for default privileges for completion after the 'GRANT X ON' but > > instead were completeing to what 'GRANT X ON' suppo

Re: [COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES

2016-12-23 Thread Robert Haas
On Fri, Dec 23, 2016 at 9:02 PM, Stephen Frost wrote: > Lastly, we weren't using the actual list of allowed kinds of > objects for default privileges for completion after the 'GRANT X ON' but > instead were completeing to what 'GRANT X ON' supports, which isn't the > ssame at all. /me scratches h

[COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES

2016-12-23 Thread Stephen Frost
Fix tab completion in psql for ALTER DEFAULT PRIVILEGES When providing tab completion for ALTER DEFAULT PRIVILEGES, we are including the list of roles as possible options for completion after the GRANT or REVOKE. Further, we accept FOR ROLE/IN SCHEMA at the same time and in either order, but the

[COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES

2016-12-23 Thread Stephen Frost
Fix tab completion in psql for ALTER DEFAULT PRIVILEGES When providing tab completion for ALTER DEFAULT PRIVILEGES, we are including the list of roles as possible options for completion after the GRANT or REVOKE. Further, we accept FOR ROLE/IN SCHEMA at the same time and in either order, but the

[COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES

2016-12-23 Thread Stephen Frost
Fix tab completion in psql for ALTER DEFAULT PRIVILEGES When providing tab completion for ALTER DEFAULT PRIVILEGES, we are including the list of roles as possible options for completion after the GRANT or REVOKE. Further, we accept FOR ROLE/IN SCHEMA at the same time and in either order, but the

[COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES

2016-12-23 Thread Stephen Frost
Fix tab completion in psql for ALTER DEFAULT PRIVILEGES When providing tab completion for ALTER DEFAULT PRIVILEGES, we are including the list of roles as possible options for completion after the GRANT or REVOKE. Further, we accept FOR ROLE/IN SCHEMA at the same time and in either order, but the

[COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES

2016-12-23 Thread Stephen Frost
Fix tab completion in psql for ALTER DEFAULT PRIVILEGES When providing tab completion for ALTER DEFAULT PRIVILEGES, we are including the list of roles as possible options for completion after the GRANT or REVOKE. Further, we accept FOR ROLE/IN SCHEMA at the same time and in either order, but the

[COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES

2016-12-23 Thread Stephen Frost
Fix tab completion in psql for ALTER DEFAULT PRIVILEGES When providing tab completion for ALTER DEFAULT PRIVILEGES, we are including the list of roles as possible options for completion after the GRANT or REVOKE. Further, we accept FOR ROLE/IN SCHEMA at the same time and in either order, but the