Re: ANALYZE ONLY - Mailing list pgsql-hackers

From Robert Haas
Subject Re: ANALYZE ONLY
Date
Msg-id CA+Tgmob=UV9SVqhD0Jj3qRcVNEymi=qQ0ywP_XQKC4c_K1CqBw@mail.gmail.com
Whole thread Raw
In response to ANALYZE ONLY  (Michael Harris <harmic@gmail.com>)
Responses Re: ANALYZE ONLY
List pgsql-hackers
On Tue, Aug 20, 2024 at 1:52 AM Michael Harris <harmic@gmail.com> wrote:
>   2. The existing ANALYZE command has the following structure:
>
>      ANALYZE [ ( option [, ...] ) ] [ table_and_columns [, ...] ]
>
>      It would be easiest to add ONLY as another option, but that
> doesn't look quite
>      right to me - surely the ONLY should be attached to the table name?
>      An alternative would be:
>
>      ANALYZE [ ( option [, ...] ) ] [ONLY] [ table_and_columns [, ...] ]
>
> Any feedback or advice would be great.

I like trying to use ONLY somehow.

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: MultiXact\SLRU buffers configuration
Next
From: Bruce Momjian
Date:
Subject: Re: Partial aggregates pushdown