Ouch!
At Thu, 31 Aug 2017 23:09:20 +0900, Michael Paquier
wrote in
> On Thu, Aug 31, 2017 at 9:53 PM, Kyotaro HORIGUCHI
> wrote:
> > I sometimes feel annoyed when trying to VACUUM multiple specific
> > tables.
> >
> > postgres=# vacuum a, b;
> > ERROR: syntax error at or near ","
> > LINE 1:
On Thu, Aug 31, 2017 at 9:53 PM, Kyotaro HORIGUCHI
wrote:
> 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.
There is
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
>From 4816