Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c3d1fdb

Browse files
committed
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
1 parent 90be091 commit c3d1fdb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/ref/pgbench.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
198198
<para>
199199
Generate data and load it into the standard tables,
200200
replacing any data already present.
201+
The default is to generate data client-side (<literal>g</literal>)
202+
and transmit it over the connection.
201203
</para>
202204
<para>
203205
With <literal>g</literal> (client-side data generation),
@@ -218,9 +220,6 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
218220
message when generating data into
219221
<structname>pgbench_accounts</structname> table.
220222
</para>
221-
<para>
222-
223-
</para>
224223
</listitem>
225224
</varlistentry>
226225
<varlistentry>

0 commit comments

Comments
 (0)