diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index c9a9f0e0e5f..8fe561bbd61 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -198,6 +198,8 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d <para> Generate data and load it into the standard tables, replacing any data already present. + The default is to generate data client-side (<literal>g</literal>) + and transmit it over the connection. </para> <para> With <literal>g</literal> (client-side data generation), @@ -218,9 +220,6 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d message when generating data into <structname>pgbench_accounts</structname> table. </para> - <para> - - </para> </listitem> </varlistentry> <varlistentry> |