pgsql: Fix psql tab completion for CREATE USER MAPPING.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix psql tab completion for CREATE USER MAPPING.
Date: 2017-07-27 18:13:32
Message-ID: E1danHw-0005Io-2y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix psql tab completion for CREATE USER MAPPING.

After typing CREATE USER M..., it would not fill in MAPPING FOR,
even though that was clearly intended behavior.

Jeff Janes

Discussion: https://postgr.es/m/CAMkU=1wo2iQ6jWnN=egqOb5NxEPn0PpANEtKHr3uPooQ+nYPtw@mail.gmail.com

Branch
------
REL9_2_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/70f90a103c80c9a0db3ace858d4fcad0b4dff4bc

Modified Files
--------------
src/bin/psql/tab-complete.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-07-28 16:25:49 pgsql: PL/Perl portability fix: avoid including XSUB.h in plperl.c.
Previous Message Tom Lane 2017-07-27 17:31:08 pgsql: Avoid use of sprintf/snprintf in describe.c.