[PATCH] DROP tab completion

From: Ken Kato <katouknl(at)oss(dot)nttdata(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] DROP tab completion
Date: 2021-11-29 09:05:52
Message-ID: 0fafb73f3a0c6bcec817a25ca9d5a853@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

This time, I went through DROP tab completions
and noticed some tab completions missing for the following commands:
-DROP MATERIALIZED VIEW, DROP OWNED BY, DROP POLICY: missing
[CASCADE|RESTRICT] at the end
-DROP TRANSFORM: no completions after TRANSFORM

I made a patch for this.

Best wishes,

--
Ken Kato
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Attachment Content-Type Size
drop_tab_completion.patch text/x-diff 2.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message houzj.fnst@fujitsu.com 2021-11-29 09:07:41 RE: pg_get_publication_tables() output duplicate relid
Previous Message Alexander Lakhin 2021-11-29 09:00:00 Re: Windows: Wrong error message at connection termination