1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

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

View File

@ -198,6 +198,8 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
<para> <para>
Generate data and load it into the standard tables, Generate data and load it into the standard tables,
replacing any data already present. replacing any data already present.
The default is to generate data client-side (<literal>g</literal>)
and transmit it over the connection.
</para> </para>
<para> <para>
With <literal>g</literal> (client-side data generation), 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 message when generating data into
<structname>pgbench_accounts</structname> table. <structname>pgbench_accounts</structname> table.
</para> </para>
<para>
</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>