pgsql: Improve tab-completion for FETCH/MOVE.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve tab-completion for FETCH/MOVE.
Date: 2020-10-15 07:51:57
Message-ID: E1kSy3J-0007Uf-Qf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-10-15 08:06:26 pgsql: Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encr
Previous Message David Rowley 2020-10-15 07:36:24 pgsql: Fixup some appendStringInfo and appendPQExpBuffer calls