[HACKERS] multiple target of VACUUM command - Mailing list pgsql-hackers

From Kyotaro HORIGUCHI
Subject [HACKERS] multiple target of VACUUM command
Date
Msg-id 20170831.215301.31675036.horiguchi.kyotaro@lab.ntt.co.jp
Whole thread Raw
Responses Re: [HACKERS] multiple target of VACUUM command  (Michael Paquier <michael.paquier@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: [HACKERS] asynchronous execution
Next
From: Thomas Munro
Date:
Subject: Re: [HACKERS] Parallel Hash take II