Fix tab completion for UPDATE.

Thomas Munro <tmunro@postgresql.org>

Commit: 5b51bbfbd52a444a490247e66751d6a47d2ba7dd
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2019-07-13T04:08:13Z
Releases: 13.0
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

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +1 −1

Discussion