Improve tab completion of REINDEX in psql
Michael Paquier <michael@paquier.xyz>
Improve tab completion of REINDEX in psql This allows the tab completion of REINDEX to handle an optional parenthesized list of options. This case is more complicated than VACUUM or ANALYZE because of CONCURRENTLY and the different object types to consider with the reindex. Author: Justin Pryzby Reviewed-by: Alexey Kondratov, Michael Paquier Discussion: https://postgr.es/m/20200403182712.GR14618@telsasoft.com
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/tab-complete.c | modified | +29 −9 |
Discussion
- Allow CLUSTER, VACUUM FULL and REINDEX to change tablespace on the fly 173 messages · 2018-12-24 → 2021-04-21