adding tab completions

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: adding tab completions
Date: 2018-05-29 00:06:23
Message-ID: 20180529000623.GA21896@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Find attached tab completion for the following:

"... Also, recursively perform VACUUM and ANALYZE on partitions when the
command is applied to a partitioned table."
3c3bb99330aa9b4c2f6258bfa0265d806bf365c3

Add parenthesized options syntax for ANALYZE.
854dd8cff523bc17972d34772b0e39ad3d6d46a4

Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
ede62e56fbe809baa1a7bc3873d82f12ffe7540b

Allow multiple tables to be specified in one VACUUM or ANALYZE command.
11d8d72c27a64ea4e30adce11cf6c4f3dd3e60db

Attachment Content-Type Size
v1-tab-complete-partitions text/plain 4.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Euler Taveira 2018-05-29 00:11:50 Re: behave of --create-slot option
Previous Message Andrew Dunstan 2018-05-28 21:23:34 Re: perl checking