[COMMITTERS] pgsql: Fix psql tab completion for CREATE USER MAPPING. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Fix psql tab completion for CREATE USER MAPPING.
Date
Msg-id E1danHw-0005Im-2k@gemulon.postgresql.org
Whole thread Raw
List 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_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/689646b05e86a1fb93bd1dcd71dc8b695e586030

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Avoid use of sprintf/snprintf in describe.c.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: PL/Perl portability fix: avoid including XSUB.h in plperl.c.