pgbench: document that the default data loading is client-side
authorBruce Momjian <[email protected]>
Wed, 6 May 2020 23:07:29 +0000 (19:07 -0400)
committerBruce Momjian <[email protected]>
Wed, 6 May 2020 23:07:29 +0000 (19:07 -0400)
Reported-by: Fabien COELHO
Discussion: https://postgr.es/m/alpine.DEB.2.22.394.2005051811320.2183756@pseudo

doc/src/sgml/ref/pgbench.sgml

index c9a9f0e0e5f6c96155c00cba38b89212636a3041..8fe561bbd6175f3e37197ba7a1d65e5f7aabc70e 100644 (file)
@@ -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>