Re: Added tab completion for the missing options in copy statement - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Added tab completion for the missing options in copy statement
Date
Msg-id 20200717051309.GF29811@paquier.xyz
Whole thread Raw
In response to Re: Added tab completion for the missing options in copy statement  (ahsan hadi <ahsan.hadi@gmail.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: expose parallel leader in CSV and log_line_prefix
Next
From: Takashi Menjo
Date:
Subject: Re: Remove page-read callback from XLogReaderState.