v1-0001-CLUSTER-docs-typo.patch
application/octet-stream
Filename: v1-0001-CLUSTER-docs-typo.patch
Type: application/octet-stream
Part: 0
Message:
DOCS: typo on CLUSTER page
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v1-0001
Subject: CLUSTER docs typo
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/cluster.sgml | 1 | 1 |
From 004d61733ba032fa7098ff412a9ba159a52933f9 Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Wed, 18 Mar 2026 12:32:07 +1100
Subject: [PATCH v1] CLUSTER docs typo
---
doc/src/sgml/ref/cluster.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml
index 17778e9471c..ffb3ff898c6 100644
--- a/doc/src/sgml/ref/cluster.sgml
+++ b/doc/src/sgml/ref/cluster.sgml
@@ -34,7 +34,7 @@ CLUSTER [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ] [ <r
<para>
The <command>CLUSTER</command> command is equivalent to
- <xref linkend="sql-repack"/> with an <literal>USING INDEX</literal>
+ <xref linkend="sql-repack"/> with a <literal>USING INDEX</literal>
clause. See there for more details.
</para>
</refsect1>
--
2.47.3