Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS
Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp>
From: Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp>
To: Postgres hackers <pgsql-hackers@postgresql.org>
Date: 2018-11-26T02:05:56Z
Lists: pgsql-hackers
Attachments
- tab_completion_alter_index_set_statistics.patch (text/x-patch) patch
- tab_completion_alter_table_set_statistics.patch (text/x-patch) patch
- fix_manual_of_alter_index.patch (text/x-patch) patch
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
Commits
-
Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS in psql
- f89ae34ab8b4 12.0 landed
-
Prioritize history files when archiving
- b981df4cc09a 12.0 cited