diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2008-11-24 08:46:04 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2008-11-24 08:46:04 +0000 |
| commit | a37855550100f93887ffb289a8a9c2f15706bad2 (patch) | |
| tree | eeb90fbc070408f8790457884ebfea593960955a /doc/src | |
| parent | 6f6a6d8b140393c974ec5ae65c6c605e70d08034 (diff) | |
CLUSTER VERBOSE and corresponding clusterdb --verbose option
Jim Cox and Peter Eisentraut
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/cluster.sgml | 15 | ||||
| -rw-r--r-- | doc/src/sgml/ref/clusterdb.sgml | 14 |
2 files changed, 25 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml index f6a00ca25ae..ce3087b0df1 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.45 2008/11/14 10:22:45 petere Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.46 2008/11/24 08:46:03 petere Exp $ PostgreSQL documentation --> @@ -21,8 +21,8 @@ PostgreSQL documentation <refsynopsisdiv> <synopsis> -CLUSTER <replaceable class="PARAMETER">tablename</replaceable> [ USING <replaceable class="PARAMETER">indexname</replaceable> ] -CLUSTER +CLUSTER [VERBOSE] <replaceable class="PARAMETER">tablename</replaceable> [ USING <replaceable class="PARAMETER">indexname</replaceable> ] +CLUSTER [VERBOSE] </synopsis> </refsynopsisdiv> @@ -95,6 +95,15 @@ CLUSTER </para> </listitem> </varlistentry> + + <varlistentry> + <term><literal>VERBOSE</literal></term> + <listitem> + <para> + Prints a progress report as each table is clustered. + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index 2990b2c8af2..45bfbe2f645 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.23 2007/12/11 19:57:32 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.24 2008/11/24 08:46:03 petere Exp $ PostgreSQL documentation --> @@ -23,12 +23,14 @@ PostgreSQL documentation <cmdsynopsis> <command>clusterdb</command> <arg rep="repeat"><replaceable>connection-option</replaceable></arg> + <group><arg>--verbose</arg><arg>-v</arg></group> <arg>--table | -t <replaceable>table</replaceable> </arg> <arg><replaceable>dbname</replaceable></arg> <sbr> <command>clusterdb</command> <arg rep="repeat"><replaceable>connection-option</replaceable></arg> <group><arg>--all</arg><arg>-a</arg></group> + <group><arg>--verbose</arg><arg>-v</arg></group> </cmdsynopsis> </refsynopsisdiv> @@ -117,6 +119,16 @@ PostgreSQL documentation </listitem> </varlistentry> + <varlistentry> + <term><option>-v</></term> + <term><option>--verbose</></term> + <listitem> + <para> + Print detailed information during processing. + </para> + </listitem> + </varlistentry> + </variablelist> </para> |
