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

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: ahsan hadi <ahsan.hadi@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org, vignesh C <vignesh21@gmail.com>
Date: 2020-07-17T05:13:09Z
Lists: pgsql-hackers
On Tue, Jul 07, 2020 at 01:06:38PM +0000, ahsan hadi wrote:
> 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?

No documentation changes are required for that, as long as they match
the supported grammar.
--
Michael

Commits

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

  2. doc: Fix description of \copy for psql