pgbench: document that the default data loading is client-side

Reported-by: Fabien COELHO

Discussion: https://postgr.es/m/alpine.DEB.2.22.394.2005051811320.2183756@pseudo
This commit is contained in:
Bruce Momjian 2020-05-06 19:07:29 -04:00
parent 90be091480
commit c3d1fdb598
1 changed files with 2 additions and 3 deletions

View 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>