On Thu, May 18, 2017 at 3:19 PM, Michael Paquier <[email protected]> wrote: > On Thu, May 18, 2017 at 2:59 PM, Masahiko Sawada <[email protected]> > wrote: >> It seems to me that it's not good idea to forcibly set ANALYZE in >> spite of ANALYZE option is not specified. One reason is that it would >> make us difficult to grep it from such as server log. I think It's >> better to use the same vacuum option to the all listed relations. > > Even now, if you use VACUUM without listing ANALYZE directly, with > relation listing a set of columns, then ANALYZE is implied.
Oh.. I'd missed that behavior. Thanks! > I agree > with your point that the same options should be used for all the > relations, and it seems to me that if at least one relation listed has > a column list, then ANALYZE should be implied for all relations. +1 Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
