pgsql: Include partitioned tables for tab completion of VACUUM in psql

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Include partitioned tables for tab completion of VACUUM in psql
Date: 2020-07-30 08:00:44
Message-ID: E1k13Ua-0001MY-9B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Include partitioned tables for tab completion of VACUUM in psql

The relkinds that support indexing are the same as the ones supporting
VACUUM, so the code gets refactored a bit with the completion query used
for CLUSTER, but there is no change for CLUSTER in this commit.

Author: Justin Pryzby
Reviewed-by: Fujii Masao, Michael Paquier, Masahiko Sawada
Discussion: https://postgr.es/m/20200728170408.GI20393@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f1af75c5f2516ec5b20cfe4b3a474071a318ae1e

Modified Files
--------------
src/bin/psql/tab-complete.c | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2020-07-30 16:16:09 pgsql: Use pg_bitutils for HyperLogLog.
Previous Message Michael Paquier 2020-07-30 06:51:22 pgsql: doc: Mention index references in pg_inherits