psql completion bugs with access methods

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема psql completion bugs with access methods
Дата
Msg-id 20190601191007.GC1905@paquier.xyz
обсуждение исходный текст
Ответы Re: psql completion bugs with access methods  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Table AM callbacks referring to heap in declarations (+typos)
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Custom table AMs need to include heapam.h because ofBulkInsertState