[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
- drop_tab_completion.patch (text/x-diff) patch
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
-
Improve psql tab completion for various DROP commands
- 9270778f467d 15.0 landed