pgsql: Improve tab-completion for FETCH/MOVE. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Improve tab-completion for FETCH/MOVE.
Date
Msg-id E1kSy3J-0007Uf-Qf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve tab-completion for FETCH/MOVE.

Author: Naoki Nakamichi
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/d05a46b599634ca0d94144387507f4b4@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8176afd8b764e54fc6e34240928effc661fc40cd

Modified Files
--------------
src/bin/psql/tab-complete.c | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fixup some appendStringInfo and appendPQExpBuffer calls
Next
From: Michael Paquier
Date:
Subject: pgsql: Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encr