psql: Add tab completion for COPY ... PROGRAM. This commit adds tab completion support for COPY TO PROGRAM and COPY FROM PROGRAM syntax in psql.
Author: Yugo Nagata <[email protected]> Reviewed-by: Masahiko Sawada <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6d2ff1de4d0b66eb0288e21021c3741b9df1df0d Modified Files -------------- src/bin/psql/tab-complete.in.c | 51 ++++++++++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 19 deletions(-)
