Feature improvement of tab completion for DEALLOCATE

From: btnakamichin <btnakamichin(at)oss(dot)nttdata(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Feature improvement of tab completion for DEALLOCATE
Date: 2020-09-25 04:45:29
Message-ID: ec1a45b06edfce13706f2c765778d8c2@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

I’d like to improve the deallocate tab completion.

The deallocate tab completion can’t complement “ALL”. Therefore, this
patch fixes the problem.

Regards,

Naoki Nakamichi

Attachment Content-Type Size
fix_tab_complete_deallocate.patch text/x-diff 511 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2020-09-25 04:56:40 Re: Retry Cached Remote Connections for postgres_fdw in case remote backend gets killed/goes away
Previous Message Greg Nancarrow 2020-09-25 04:31:34 Re: Parallel INSERT (INTO ... SELECT ...)