psql completion bugs with access methods
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-06-01T19:10:07Z
Lists: pgsql-hackers
Attachments
- ams-completion-v1.patch (text/x-diff) patch v1
Hi all, I have bumped into a couple of issues with psql completion for access methods: 1) CREATE INDEX USING suggests both index and table AMs. 2) CREATE TABLE USING has no completion support, USING not being included in the completion, and the follow-up table AMs are missing as well. 3) CREATE ACCESS METHOD TYPE suggests only INDEX. Attached is a patch to close the gap. Thoughts? -- Michael
Commits
-
Fix some issues and improve psql completion for access methods
- 0240a00fbd4f 12.0 landed