Re: [PATCH] Improve tab completion for CREATE TABLE

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [PATCH] Improve tab completion for CREATE TABLE
Дата
Msg-id 20181220053352.GO27104@paquier.xyz
обсуждение исходный текст
Ответ на Re: [PATCH] Improve tab completion for CREATE TABLE  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
Ответы Re: [PATCH] Improve tab completion for CREATE TABLE  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
Список pgsql-hackers
On Thu, Dec 20, 2018 at 12:02:52AM +0000, Dagfinn Ilmari Mannsåker wrote:
> Point, fixed in the attached v4.  OTOH, as I mentioned in my other
> email, that runs into the problem that it won't complete the actions
> after e.g.  "CREATE TEMP TABLE FOO () WITH () ON COMMIT".

I am fine to do that later on if that's adapted, one complication being
that the completion is dependent on the order of the clauses for CREATE
TABLE as we need something compatible with CREATE TABLE commands bundled
with CREATE SCHEMA calls so only tail checks can be done.

So committed your last version after some comment tweaks and reordering
the entries in alphabetical order.
--
Michael

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: slow queries over information schema.tables
Следующее
От: David Rowley
Дата:
Сообщение: Using POPCNT and other advanced bit manipulation instructions