pgsql: Minor fixes for psql tab completion. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Minor fixes for psql tab completion.
Date
Msg-id E1g0Alc-0001hk-5q@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/12368f5e83e70e015a7352f52115579c135e82e5

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


pgsql-committers by date:

Previous
From: Andrew Gierth
Date:
Subject: pgsql: Repair bug in regexp split performance improvements.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Simplify index tuple descriptor initialization