[PATCH] DROP tab completion

Ken Kato <katouknl@oss.nttdata.com>

From: Ken Kato <katouknl@oss.nttdata.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2021-11-29T09:05:52Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Improve psql tab completion for various DROP commands