Thread

Commits

  1. Add CURRENT_ROLE to list of roles for tab completion of GRANT in psql

  1. An omission of automatic completion in tab-complete.c

    Wei Wang (Fujitsu) <wangw.fnst@fujitsu.com> — 2021-04-20T03:28:38Z

    There is an omission of automatic completion of CURRENT_ROLE in tab-complete.c.
    
    Best wishes,
    Wei Wang
    
  2. Re: An omission of automatic completion in tab-complete.c

    Michael Paquier <michael@paquier.xyz> — 2021-04-20T07:41:13Z

    On Tue, Apr 20, 2021 at 03:28:38AM +0000, wangw.fnst@fujitsu.com wrote:
    > There is an omission of automatic completion of CURRENT_ROLE in tab-complete.c.
    
    Indeed, that looks like an omission from 45b9805.
    --
    Michael
    
  3. Re: An omission of automatic completion in tab-complete.c

    Aleksander Alekseev <aleksander@timescale.com> — 2021-04-20T08:35:13Z

    > There is an omission of automatic completion of CURRENT_ROLE in tab-complete.c.
    
    I invested some time in checking this patch. It passes make
    check-world / make installcheck-world and adds CURRENT_ROLE to the
    automatic completion.
    
    --
    Best regards,
    Aleksander Alekseev
    
    
    
    
  4. Re: An omission of automatic completion in tab-complete.c

    Michael Paquier <michael@paquier.xyz> — 2021-04-21T01:49:54Z

    On Tue, Apr 20, 2021 at 11:35:13AM +0300, Aleksander Alekseev wrote:
    > I invested some time in checking this patch. It passes make
    > check-world / make installcheck-world and adds CURRENT_ROLE to the
    > automatic completion.
    
    Thanks Aleksander and Wei.  Applied.
    --
    Michael