diff options
Diffstat (limited to 'doc/src/sgml/ref/cluster.sgml')
-rw-r--r-- | doc/src/sgml/ref/cluster.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml index f72c7ac0067..17c185e0760 100644 --- a/doc/src/sgml/ref/cluster.sgml +++ b/doc/src/sgml/ref/cluster.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.36 2006/09/16 00:30:17 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.37 2006/10/31 01:52:31 neilc Exp $ PostgreSQL documentation --> @@ -60,8 +60,8 @@ CLUSTER in the current database that the calling user owns, or all tables if called by a superuser. (Never-clustered tables are not included.) This - form of <command>CLUSTER</command> cannot be called from inside a - transaction or function. + form of <command>CLUSTER</command> cannot be executed inside a transaction + block. </para> <para> |