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
-
Rework tab completion of COPY and \copy in psql
- c273d9d8ce41 14.0 landed
-
doc: Fix description of \copy for psql
- aee67299306e 12.4 landed
- 580d8ac9b1ef 13.0 landed
- b74d449a02b3 14.0 landed