]> granicus.if.org Git - postgresql/commit
Minor fixes for psql tab completion.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Sep 2018 19:24:56 +0000 (15:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Sep 2018 19:25:14 +0000 (15:25 -0400)
commit12368f5e83e70e015a7352f52115579c135e82e5
tree0e0a167bbc8b96e1bbcf70a1e759927449cc38a2
parentf7d0343ead29cd3e44eccd1c8b7cc291b79209fe
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
src/bin/psql/tab-complete.c