Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS

From: Tatsuro Yamada <yamada(dot)tatsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: Postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS
Date: 2018-11-26 02:05:56
Message-ID: 4cf42ab8-1c67-90f8-1f8b-b9f9a53d11f6@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attached patches are following:

* tab_completion_alter_index_set_statistics.patch
- Add column name completion after ALTER COLUMN
- Avoid schema completion after SET STATISTICS

* fix_manual_of_alter_index.patch
- ALTER INDEX ALTER COLUMN syntax is able to use not only
column number but also column name. So, I fixed the manual.

* tab_completion_alter_table_set_statistics.patch
- Avoid schema completion after SET STATISTICS

Regards,
Tatsuro Yamada

Attachment Content-Type Size
tab_completion_alter_index_set_statistics.patch text/x-patch 1.3 KB
tab_completion_alter_table_set_statistics.patch text/x-patch 890 bytes
fix_manual_of_alter_index.patch text/x-patch 3.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-11-26 02:21:15 Re: pgsql: Add PGXS options to control TAP and isolation tests
Previous Message Tomas Vondra 2018-11-26 01:52:30 Re: shared-memory based stats collector