Minor fixes for psql tab completion.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7046d30246057b65dd7ad735fd89058684e782cd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-09-12T19:25:12Z
Releases: 12.0
Minor fixes for psql tab completion.

* Include partitioned tables in what's offered after ANALYZE.

* Include toast_tuple_target in what's offered after ALTER TABLE ... SET|RESET.

* Include HASH in what's offered after PARTITION BY.

This is extracted from a larger patch; these bits seem like
uncontroversial bug fixes for v11 features, so back-patch them into v11.

Justin Pryzby

Discussion: https://postgr.es/m/20180529000623.GA21896@telsasoft.com

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +3 −1

Discussion