diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 850028557d3..6c5c8afa6d4 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -231,10 +231,11 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d extensively through a <command>COPY</command>. <command>pgbench</command> uses the FREEZE option with version 14 or later of <productname>PostgreSQL</productname> to speed up - subsequent <command>VACUUM</command>, unless partitions are enabled. - Using <literal>g</literal> causes logging to print one message - every 100,000 rows while generating data for the - <structname>pgbench_accounts</structname> table. + subsequent <command>VACUUM</command>, except on the + <literal>pgbench_accounts</literal> table if partitions are + enabled. Using <literal>g</literal> causes logging to + print one message every 100,000 rows while generating data for all + tables. </para> <para> With <literal>G</literal> (server-side data generation), |