diff options
author | Bruce Momjian | 1998-01-10 05:19:22 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-01-10 05:19:22 +0000 |
commit | 6cfa6cb95eb65badf5c02d9b7214ae0a2301a68f (patch) | |
tree | 90eeb07d6cd722793593c98f6c9c3470e560339e /src/man/cluster.l | |
parent | e6c714bf30a28cb790c7b99712486bcecefda679 (diff) |
Fix CLUSTER.
Diffstat (limited to 'src/man/cluster.l')
-rw-r--r-- | src/man/cluster.l | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/man/cluster.l b/src/man/cluster.l index 86d50d832c7..e53901382d1 100644 --- a/src/man/cluster.l +++ b/src/man/cluster.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/cluster.l,v 1.2 1996/12/11 00:27:07 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/cluster.l,v 1.3 1998/01/10 05:19:14 momjian Exp $ .TH CLUSTER SQL 01/23/93 PostgreSQL PostgreSQL .SH NAME cluster \(em give storage clustering advice to Postgres @@ -21,6 +21,10 @@ information. The clustering is static. In other words, if the class is updated, it may become unclustered. No attempt is made to keep new instances or updated tuples clustered. If desired, the user can recluster manually by issuing the command again. +.PP +The table is actually copied to temporary table in index order, +then renamed back to the original name. For this reason, all +grant permissions and other indexes are lost when cluster is performed. .SH EXAMPLE .nf /* |