Hello Bruce,
* "DOCUMENT THE DEFAULT GENERATION METHOD" => The default is still to generate data client-side.My point is that the docs are not clear about this.
Indeed.
Can you fix it?
Sure. Attached patch adds an explicit sentence about it, as it was only hinted about in the default initialization command string, and removes a spurious empty paragraph found nearby.
-- Fabien.
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index c9a9f0e0e5..ef75e5328c 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. + 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>