diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml
index 662de36..8f89930 100644
--- a/doc/src/sgml/ref/cluster.sgml
+++ b/doc/src/sgml/ref/cluster.sgml
@@ -55,7 +55,10 @@ CLUSTER [VERBOSE]
When a table is clustered, PostgreSQL
remembers which index it was clustered by. The form
CLUSTER table_name
- reclusters the table using the same index as before.
+ reclusters the table using the same index as before. You can also
+ use CLUSTER or SET WITHOUT CLUSTER
+ forms of to set the index to be used for
+ future cluster operations, or to clear any previous setting.