pgsql: Fix tab completion for UPDATE. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Fix tab completion for UPDATE.
Date
Msg-id E1hmA2g-0001X1-TJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix tab completion for UPDATE.

Previously it suggested an extra "=" after "SET x=".

Reported-by: Kyotaro Horiguchi
Discussion: https://postgr.es/m/CA%2BhUKGLk%3D0yLDjfviONJLzcHEzygj%3Dx6VbGH43LnXbBUvQb52g%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5b51bbfbd52a444a490247e66751d6a47d2ba7dd

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


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Introduce timed waits for condition variables.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix and improve several places in the docs