Re: trivial grammar refactor - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: trivial grammar refactor
Date
Msg-id 202507231726.565yjutpcyim@alvherre.pgsql
Whole thread Raw
In response to Re: trivial grammar refactor  (Álvaro Herrera <alvherre@kurilemu.de>)
Responses Re: trivial grammar refactor
List pgsql-hackers
On 2025-Jul-23, Álvaro Herrera wrote:

> So we can still do this, and I still think it's a win, but unfortunately
> it won't help for the REPACK patch.

Ah no, I can still use it:

RepackStmt:
            REPACK opt_utility_option_list qualified_name USING INDEX name
            | REPACK opt_utility_option_list qualified_name USING INDEX
            | REPACK opt_utility_option_list qualified_name
            | REPACK USING INDEX
            | CLUSTER '(' utility_option_list ')' qualified_name cluster_index_specification
            | CLUSTER qualified_name cluster_index_specification
            | CLUSTER opt_utility_option_list
            | CLUSTER VERBOSE qualified_name cluster_index_specification
            | CLUSTER VERBOSE
            | CLUSTER VERBOSE name ON qualified_name
            | CLUSTER name ON qualified_name
        ;


-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
Essentially, you're proposing Kevlar shoes as a solution for the problem
that you want to walk around carrying a loaded gun aimed at your foot.
(Tom Lane)



pgsql-hackers by date:

Previous
From: Artem Gavrilov
Date:
Subject: Re: Extension security improvement: Add support for extensions with an owned schema
Next
From: Andres Freund
Date:
Subject: Re: Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans)