Include partitioned tables for tab completion of VACUUM in psql
Michael Paquier <michael@paquier.xyz>
Include partitioned tables for tab completion of VACUUM in psql The relkinds that support indexing are the same as the ones supporting VACUUM, so the code gets refactored a bit with the completion query used for CLUSTER, but there is no change for CLUSTER in this commit. Author: Justin Pryzby Reviewed-by: Fujii Masao, Michael Paquier, Masahiko Sawada Discussion: https://postgr.es/m/20200728170408.GI20393@telsasoft.com
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/tab-complete.c | modified | +11 −5 |
Discussion
- [PATCH] Tab completion for VACUUM of partitioned tables 11 messages · 2020-07-28 → 2020-07-30