Re: psql completion bugs with access methods - Mailing list pgsql-hackers

From Andres Freund
Subject Re: psql completion bugs with access methods
Date
Msg-id 20190601192529.sdl6z4y7gs4nii6u@alap3.anarazel.de
Whole thread Raw
In response to psql completion bugs with access methods  (Michael Paquier <michael@paquier.xyz>)
Responses Re: psql completion bugs with access methods
List pgsql-hackers
Hi,

I'm not sure I understand starting 10 threads about approximately the
same topic. That seems purely confusing.

On 2019-06-01 15:10:07 -0400, Michael Paquier wrote:
> I have bumped into a couple of issues with psql completion for access
> methods:
> 1) CREATE INDEX USING suggests both index and table AMs.

Let's fix that.


> 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.

I don't think these are bugs. I'm fine with adding those for 12, but I
don't think it's needed.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Table AM callbacks referring to heap in declarations (+typos)
Next
From: Michael Paquier
Date:
Subject: Re: Doc fix on information_schema.views