pgsql: Minor fixes for psql tab completion.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minor fixes for psql tab completion.
Date: 2018-09-12 19:25:36
Message-ID: E1g0Alc-0001hj-5j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7046d30246057b65dd7ad735fd89058684e782cd

Modified Files
--------------
src/bin/psql/tab-complete.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-09-13 06:27:45 pgsql: Simplify index tuple descriptor initialization
Previous Message Andrew Gierth 2018-09-12 18:56:02 pgsql: Repair bug in regexp split performance improvements.