mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08: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:
parent
90be091480
commit
c3d1fdb598
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user