Re: tab completion of IMPORT FOREIGN SCHEMA

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: tab completion of IMPORT FOREIGN SCHEMA
Дата
Msg-id 20200915055640.GO2183@paquier.xyz
обсуждение исходный текст
Ответ на Re: tab completion of IMPORT FOREIGN SCHEMA  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: tab completion of IMPORT FOREIGN SCHEMA
Список pgsql-hackers
On Mon, Aug 17, 2020 at 02:15:34PM +0900, Michael Paquier wrote:
> Sounds fine to me as well.  The LIMIT TO and EXCEPT clauses are
> optional, so using TailMatches() looks fine.
>
> +   else if (TailMatches("FROM", "SERVER", MatchAny, "INTO", MatchAny))
> +       COMPLETE_WITH("OPTIONS")
> Shouldn't you complete with "OPTIONS (" here?
>
> It would be good to complete with "FROM SERVER" after specifying
> EXCEPT or LIMIT TO, you can just use "(*)" to include the list of
> tables in the list of elements checked.

I have complete the patch with those parts as per the attached.  If
there are any objections or extra opinions, please feel free.
--
Michael

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Allow ERROR from heap_prepare_freeze_tuple to be downgraded to WARNING
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: logtape.c stats don't account for unused "prefetched" block numbers