multiple target of VACUUM command

From: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: multiple target of VACUUM command
Date: 2017-08-31 12:53:01
Message-ID: 20170831.215301.31675036.horiguchi.kyotaro@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I sometimes feel annoyed when trying to VACUUM multiple specific
tables.

postgres=# vacuum a, b;
ERROR: syntax error at or near ","
LINE 1: vacuum a, b;

This patch just allows multiple targets for VACUUM command.

regards,

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
0001-Make-VaccumStmt-capable-to-have-multiple-table-param.patch text/x-patch 7.0 KB
0002-Allow-multiple-target-table-of-VACUUM.patch text/x-patch 7.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2017-08-31 12:53:18 Re: Parallel Hash take II
Previous Message Kyotaro HORIGUCHI 2017-08-31 12:52:36 Re: asynchronous execution