Re: Added tab completion for the missing options in copy statement

Ahsan Hadi <ahsan.hadi@gmail.com>

From: ahsan hadi <ahsan.hadi@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Cc: vignesh C <vignesh21@gmail.com>
Date: 2020-07-07T13:06:38Z
Lists: pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           tested, passed
Documentation:            not tested

Tested the tab complete for copy command, it provides the tab completion after providing the "TO|FROM filename With|Where". Does this require any doc change?

The new status of this patch is: Waiting on Author

Commits

  1. Rework tab completion of COPY and \copy in psql

  2. doc: Fix description of \copy for psql