Should CUSTER (ANALYZE) work?

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Should CUSTER (ANALYZE) work?
Date: 2026-07-21 21:36:55
Message-ID: CAN4CZFMVcgv1b2G-i+khs2MDnzWSr7O_53j_x+uhAxUV5rwWqw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello

CLUSTER (ANALYZE) seems to be accepted in 19b2, but it's missing from
the documentation. It could be a documentation bug, but since the
error message it prints also references REPACK, it seems more likely
that a check is missing.

Attached patch adds an error check similar to how CONCURRENTLY is handled.

Attachment Content-Type Size
0001-Reject-the-ANALYZE-option-in-CLUSTER.patch application/octet-stream 2.8 KB

Browse pgsql-bugs by date

  From Date Subject
Previous Message surya poondla 2026-07-21 18:55:14 Re: Two issues with REFRESH MATERIALIZED VIEW CONCURRENTLY