tab completion for "create user mapping for"

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: tab completion for "create user mapping for"
Date: 2017-07-27 16:23:13
Message-ID: CAMkU=1wo2iQ6jWnN=egqOb5NxEPn0PpANEtKHr3uPooQ+nYPtw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

If you have "CREATE USE" tab completion will recommend both USER and USER
MAPPING FOR.

But once you have the full "CREATE USER " or "CREATE USER M" it will not
complete the rest of the "MAPPING FOR".

Attached patch fixes that.

Cheers,

Jeff

Attachment Content-Type Size
user_mapping_tab_complete_v1.patch application/octet-stream 916 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Sharma 2017-07-27 16:34:13 Re: pl/perl extension fails on Windows
Previous Message Yugo Nagata 2017-07-27 16:01:09 Re: Missing comment for max_logical_replication_workers in postgresql.conf.sample